diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2025-03-11 20:45:19 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2025-03-11 20:45:49 +0100 |
commit | 2f794559ef4e4728d994f0351352b11e18b7f2c3 (patch) | |
tree | 1493e31c6e63214fb22a3c2210f70d3fd40a814d | |
parent | c6201722350800ee6f2cb457d4db5a09df5d85cc (diff) |
chore: Bump go and dependency version
go get golang.org/x/net@latest
go mod tidy
-rw-r--r-- | go.mod | 4 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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= |