aboutsummaryrefslogtreecommitdiffstats
path: root/arbiter/go.mod
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-07 12:01:38 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-07 12:01:38 +0000
commit7a0c2fc36d2d9a6b716e6418d3f37fe2f69b066c (patch)
tree2a039bd2000d68e88b6e60b0da4969a58043bae2 /arbiter/go.mod
parentadded goproxy env var to the docker images (diff)
downloadhived-7a0c2fc36d2d9a6b716e6418d3f37fe2f69b066c.tar.gz
hived-7a0c2fc36d2d9a6b716e6418d3f37fe2f69b066c.zip
skeleton
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
+)