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, 0 insertions, 17 deletions
diff --git a/arbiter/go.mod b/arbiter/go.mod
deleted file mode 100644
index a7a87c6..0000000
--- a/arbiter/go.mod
+++ /dev/null
@@ -1,17 +0,0 @@
-module arbiter
-
-go 1.22
-
-require (
- github.com/go-redis/redis/v8 v8.11.5
- github.com/gorilla/mux v1.8.1
- github.com/rs/zerolog v1.31.0
-)
-
-require (
- 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.13 // indirect
- github.com/mattn/go-isatty v0.0.20 // indirect
- golang.org/x/sys v0.15.0 // indirect
-)