diff options
| author | MDK <[email protected]> | 2024-06-03 19:20:05 +0800 |
|---|---|---|
| committer | MDK <[email protected]> | 2024-06-03 19:20:05 +0800 |
| commit | c96a23cc254255ca16cbeb8ed8e29066180f10e8 (patch) | |
| tree | 384f822ed8754ce0c326fc0c64ae534be095266f /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 rogue_ns + +go 1.20 + +require github.com/miekg/dns v1.1.56 + +require ( + golang.org/x/mod v0.12.0 // indirect + golang.org/x/net v0.15.0 // indirect + golang.org/x/sys v0.12.0 // indirect + golang.org/x/tools v0.13.0 // indirect +) |
