initial commit

This commit is contained in:
MDK
2023-06-16 18:55:18 +08:00
parent 9e4182bced
commit b59fbce07c
10 changed files with 439 additions and 0 deletions

15
go.mod Normal file
View File

@@ -0,0 +1,15 @@
module dtool
go 1.20
require github.com/spf13/cobra v1.7.0
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/miekg/dns v1.1.54 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/tools v0.3.0 // indirect
)