aboutsummaryrefslogtreecommitdiffstats
path: root/arbiter/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'arbiter/go.mod')
-rw-r--r--arbiter/go.mod17
1 files changed, 17 insertions, 0 deletions
diff --git a/arbiter/go.mod b/arbiter/go.mod
new file mode 100644
index 0000000..57b26ac
--- /dev/null
+++ b/arbiter/go.mod
@@ -0,0 +1,17 @@
+module arbiter
+
+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
+)
+
+require (
+ github.com/cespare/xxhash/v2 v2.1.2 // 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
+)