10 lines
192 B
Modula-2
10 lines
192 B
Modula-2
module spacestation14.io/markings_executable
|
|
|
|
go 1.18
|
|
|
|
require spacestation14.io/markings v0.0.1
|
|
|
|
require gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
replace spacestation14.io/markings => ./markings
|