summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorsimponic <simponic@hatecomputers.club>2024-03-28 16:58:07 -0400
committersimponic <simponic@hatecomputers.club>2024-03-28 16:58:07 -0400
commit60fc4ebb599d82f5c7ddaca52f8aba74f0876381 (patch)
treeabe1eebb6154453cfa67812d7dfc982d758931a0 /go.mod
parentdee173cc63d3b51d47c1a321096a4963fe458075 (diff)
downloadhatecomputers.club-60fc4ebb599d82f5c7ddaca52f8aba74f0876381.tar.gz
hatecomputers.club-60fc4ebb599d82f5c7ddaca52f8aba74f0876381.zip
internal recursive dns server (#2)
Co-authored-by: Lizzy Hunt <lizzy.hunt@usu.edu> Reviewed-on: https://git.hatecomputers.club/hatecomputers/hatecomputers.club/pulls/2
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 4a8b362..69cff5b 100644
--- a/go.mod
+++ b/go.mod
@@ -6,6 +6,7 @@ require (
github.com/go-co-op/gocron v1.37.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.22
+ github.com/miekg/dns v1.1.58
golang.org/x/oauth2 v0.18.0
)
@@ -14,7 +15,10 @@ require (
github.com/google/uuid v1.4.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
go.uber.org/atomic v1.9.0 // indirect
+ golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.22.0 // indirect
+ golang.org/x/sys v0.18.0 // indirect
+ golang.org/x/tools v0.17.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)