Initial commit
This commit is contained in:
10
scripts/rsw/go.mod
Normal file
10
scripts/rsw/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
module github.com/runescape-wiki/rsw
|
||||
|
||||
go 1.22
|
||||
|
||||
require github.com/spf13/cobra v1.8.1
|
||||
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user