日常更新; close #198

This commit is contained in:
Dvel
2023-04-13 17:04:44 +08:00
parent bfeb35dccb
commit f1c6b9a47e
23 changed files with 27488 additions and 1443 deletions

View File

@@ -1,15 +1,5 @@
module script
go 1.19
go 1.20
require (
github.com/commander-cli/cmd v1.5.0
github.com/deckarep/golang-set/v2 v2.1.0
)
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
)
require github.com/deckarep/golang-set/v2 v2.3.0