aboutsummaryrefslogtreecommitdiff
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
parentc6201722350800ee6f2cb457d4db5a09df5d85cc (diff)
chore: Bump go and dependency version
go get golang.org/x/net@latest go mod tidy
-rw-r--r--go.mod4
-rw-r--r--go.sum4
2 files changed, 4 insertions, 4 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
diff --git a/go.sum b/go.sum
index 6c4f79e..c56938b 100644
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,2 @@
-golang.org/x/net v0.8.0 h1:Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ=
-golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
+golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
+golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=