aboutsummaryrefslogtreecommitdiffstats
path: root/arbiter/go.mod
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2023-12-04 07:42:30 +0000
committerterminaldweller <devi@terminaldweller.com>2023-12-04 07:42:30 +0000
commit0baabc9111e3b8f8f4a9bafda71ea74bce426b33 (patch)
tree0677af813eda89c8e65f96527766446c3b70651d /arbiter/go.mod
parentusing the simpler proxyfromenv function from the stdlib (diff)
downloadhived-0baabc9111e3b8f8f4a9bafda71ea74bce426b33.tar.gz
hived-0baabc9111e3b8f8f4a9bafda71ea74bce426b33.zip
updated the go.mod files
Diffstat (limited to '')
-rw-r--r--arbiter/go.mod13
1 files changed, 6 insertions, 7 deletions
diff --git a/arbiter/go.mod b/arbiter/go.mod
index a0027e0..cd4ba2e 100644
--- a/arbiter/go.mod
+++ b/arbiter/go.mod
@@ -4,15 +4,14 @@ go 1.18
require (
github.com/go-redis/redis/v8 v8.11.5
- github.com/gorilla/mux v1.8.0
- github.com/rs/zerolog v1.27.0
- golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
+ github.com/gorilla/mux v1.8.1
+ github.com/rs/zerolog v1.31.0
)
require (
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
- github.com/mattn/go-colorable v0.1.12 // indirect
- github.com/mattn/go-isatty v0.0.14 // indirect
- golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
+ github.com/mattn/go-colorable v0.1.13 // indirect
+ github.com/mattn/go-isatty v0.0.20 // indirect
+ golang.org/x/sys v0.15.0 // indirect
)