diff options
| author | MDK <[email protected]> | 2023-06-19 10:06:24 +0800 |
|---|---|---|
| committer | MDK <[email protected]> | 2023-06-19 10:06:24 +0800 |
| commit | 1a81d29eaeaa2b707e93d792f90fc6bbb8af747e (patch) | |
| tree | b7661217553e58fe2670999e3145be3870e571f4 /go.mod | |
| parent | 2af14eed46f61cb0d5daa774eee82b983a9addee (diff) | |
go.mod added
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +module echodns + +go 1.20 + +require github.com/miekg/dns v1.1.54 + +require ( + 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 +) |
