aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorFarzad Sadeghi <thabogre@gmail.com>2021-12-14 17:25:09 +0000
committerGitHub <noreply@github.com>2021-12-14 17:25:09 +0000
commit5290f1f5ef81e776ca59f08e7fbf58c02e647288 (patch)
treef07b88aab5f13975e327376f1e9e16f59cdf6144 /go.mod
parentadded a codacy badge (diff)
parentfixed the ip and address for the grpc server (diff)
downloadhived-5290f1f5ef81e776ca59f08e7fbf58c02e647288.tar.gz
hived-5290f1f5ef81e776ca59f08e7fbf58c02e647288.zip
Merge pull request #4 from terminaldweller/grpc
Grpc
Diffstat (limited to '')
-rw-r--r--hived/go.mod (renamed from go.mod)8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/hived/go.mod
index 5a1a643..f2c87cc 100644
--- a/go.mod
+++ b/hived/go.mod
@@ -1,14 +1,14 @@
-module github.com/terminaldweller/hived
+module hived
-go 1.15
+go 1.17
require (
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/go-redis/redis/v8 v8.6.0
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
- github.com/golang/protobuf v1.4.2
github.com/gorilla/mux v1.8.0
github.com/rs/zerolog v1.20.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
- google.golang.org/protobuf v1.23.0
+ github.com/terminaldweller/grpc v1.0.3
+ google.golang.org/grpc v1.42.0
)