diff options
Diffstat (limited to 'arbiter/go.mod')
-rw-r--r-- | arbiter/go.mod | 13 |
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 ) |