diff options
author | terminaldweller <thabogre@gmail.com> | 2021-07-22 04:13:42 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-07-22 04:13:42 +0000 |
commit | b9a191dce93c5b5d6825c14d2ad336914ff4ef86 (patch) | |
tree | de7048f25c30eb4206961c5d85976ed1a96c8458 /go.mod | |
parent | want to switch to grpc for the telegram bot. obviously take the telegram bot ... (diff) | |
download | hived-b9a191dce93c5b5d6825c14d2ad336914ff4ef86.tar.gz hived-b9a191dce93c5b5d6825c14d2ad336914ff4ef86.zip |
go mod update and postman update [ci skip]
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,7 +6,9 @@ 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 ) |