Init
This commit is contained in:
commit
d0187f94d7
23 changed files with 2489 additions and 0 deletions
15
go.mod
Normal file
15
go.mod
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue