initial commit

This commit is contained in:
Dvel
2022-10-30 23:47:40 +08:00
commit 8c23525cfa
49 changed files with 1911964 additions and 0 deletions

13
others/script/go.mod Normal file
View File

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