Update go.mod
This commit is contained in:
parent
b31ea5f3cc
commit
af129cb59d
1 changed files with 7 additions and 2 deletions
9
go.mod
9
go.mod
|
@ -1,7 +1,12 @@
|
|||
module weforge.xyz/Spitfire/SPM
|
||||
|
||||
go 1.21
|
||||
go 1.23.0
|
||||
|
||||
require gopkg.in/ini.v1 v1.67.0
|
||||
toolchain go1.24.1
|
||||
|
||||
require (
|
||||
golang.org/x/sys v0.31.0
|
||||
gopkg.in/ini.v1 v1.67.0
|
||||
)
|
||||
|
||||
require github.com/stretchr/testify v1.10.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue