15 lines
327 B
Modula-2
15 lines
327 B
Modula-2
module spitfire-store
|
|
|
|
go 1.21.1
|
|
|
|
replace spitfire-store/spm => ./spm
|
|
|
|
require spitfire-store/spm v0.0.1
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|