diff options
| author | MDK <[email protected]> | 2024-02-21 15:28:24 +0800 |
|---|---|---|
| committer | MDK <[email protected]> | 2024-02-21 15:28:24 +0800 |
| commit | 66580aad7489cb052d74e91551c83c90eb628763 (patch) | |
| tree | 14077a196d4aaa3c718a1fdd2dddcb629d73f704 /go.mod | |
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +module fpdns_client + +go 1.20 + +require github.com/miekg/dns v1.1.58 + +require ( + golang.org/x/mod v0.14.0 // indirect + golang.org/x/net v0.20.0 // indirect + golang.org/x/sys v0.16.0 // indirect + golang.org/x/tools v0.17.0 // indirect +) |
