diff options
| author | MDK <[email protected]> | 2023-06-16 18:55:18 +0800 |
|---|---|---|
| committer | MDK <[email protected]> | 2023-06-16 19:33:03 +0800 |
| commit | b59fbce07cef9ae72e8d1f2804f58de2c1fa8d4f (patch) | |
| tree | b434967424a40a0b58ec0abf6fe935b7e49342c9 /go.mod | |
| parent | 9e4182bced099db56ddf0ddbfe33ab67b77a4215 (diff) | |
initial commit
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 +) |
