diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-28 20:24:47 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-28 20:24:47 +0000 |
commit | 49e73bd6db0d5947b49fab3f2c17f289b2a14f01 (patch) | |
tree | 37bb04532e33d49d1dbb02bdc5229d933eca7d14 /arbiter/go.mod | |
parent | hived now caches results. just trying not to exceed our quotas. (diff) | |
download | hived-49e73bd6db0d5947b49fab3f2c17f289b2a14f01.tar.gz hived-49e73bd6db0d5947b49fab3f2c17f289b2a14f01.zip |
added socks5 support for arbiter
Diffstat (limited to 'arbiter/go.mod')
-rw-r--r-- | arbiter/go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arbiter/go.mod b/arbiter/go.mod index 57b26ac..a0027e0 100644 --- a/arbiter/go.mod +++ b/arbiter/go.mod @@ -6,6 +6,7 @@ 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 ) require ( |