summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMDK <[email protected]>2023-06-16 18:55:18 +0800
committerMDK <[email protected]>2023-06-16 19:33:03 +0800
commitb59fbce07cef9ae72e8d1f2804f58de2c1fa8d4f (patch)
treeb434967424a40a0b58ec0abf6fe935b7e49342c9 /go.mod
parent9e4182bced099db56ddf0ddbfe33ab67b77a4215 (diff)
initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 15 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..c08d21e
--- /dev/null
+++ b/go.mod
@@ -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
+)