rime-ice/others/script/go.mod

16 lines
310 B
Modula-2
Raw Normal View History

2022-10-30 16:47:40 +01:00
module script
go 1.19
2022-11-03 07:16:48 +01:00
require (
github.com/commander-cli/cmd v1.5.0
github.com/deckarep/golang-set/v2 v2.1.0
)
2022-10-30 16:47:40 +01:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)