diff options
| author | MDK <[email protected]> | 2024-06-03 19:22:35 +0800 |
|---|---|---|
| committer | MDK <[email protected]> | 2024-06-03 19:22:35 +0800 |
| commit | 4b8110b6b018b41ffbddce4dfd3c4af16bd80ba4 (patch) | |
| tree | 375fe780e929555c6fd2b5226055acbed867b3dc /go.mod | |
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +module gfw_test + +go 1.20 + +require github.com/miekg/dns v1.1.55 + +require ( + github.com/mattn/go-colorable v0.1.13 // indirect + github.com/mattn/go-isatty v0.0.19 // indirect + github.com/rs/zerolog v1.29.1 // indirect + golang.org/x/mod v0.7.0 // indirect + golang.org/x/net v0.2.0 // indirect + golang.org/x/sys v0.10.0 // indirect + golang.org/x/tools v0.3.0 // indirect +) |
