diff options
author | terminaldweller <thabogre@gmail.com> | 2021-09-11 18:26:52 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-09-11 18:26:52 +0000 |
commit | bb6958b6f6ca38520a1c26976b5ce71ca8c508f3 (patch) | |
tree | a0c17efc6c1fcd3365d2dbe91b26db2a4277e378 /go.mod | |
parent | added a codacy badge (diff) | |
download | hived-bb6958b6f6ca38520a1c26976b5ce71ca8c508f3.tar.gz hived-bb6958b6f6ca38520a1c26976b5ce71ca8c508f3.zip |
https support-WIP
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,9 +6,7 @@ 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 ) |