aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2025-03-11 20:45:19 +0100
committerRasmus Dahlberg <rasmus@rgdd.se>2025-03-11 20:45:49 +0100
commit2f794559ef4e4728d994f0351352b11e18b7f2c3 (patch)
tree1493e31c6e63214fb22a3c2210f70d3fd40a814d /go.mod
parentc6201722350800ee6f2cb457d4db5a09df5d85cc (diff)
chore: Bump go and dependency version
go get golang.org/x/net@latest go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 5bae246..2cba59a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
module gitlab.torproject.org/tpo/onion-services/onion-grab
-go 1.20
+go 1.23.0
-require golang.org/x/net v0.8.0
+require golang.org/x/net v0.37.0