diff options
author | terminaldweller <thabogre@gmail.com> | 2021-03-13 11:34:40 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-03-13 11:34:40 +0000 |
commit | b947ffe4785c2a6a28965d34b926e163ff220efa (patch) | |
tree | 84b38fcaa6493b2149cc0bafd484cf963e9ba470 /go.mod | |
parent | added the goreportcard badge. (diff) | |
download | hived-b947ffe4785c2a6a28965d34b926e163ff220efa.tar.gz hived-b947ffe4785c2a6a28965d34b926e163ff220efa.zip |
added graceful shutdown.fixed the -help crashing problem. wasnt setting the content type. added CRUD for the alert endpoint. now using gorilla mux for routing.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +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/gorilla/mux v1.8.0 github.com/rs/zerolog v1.20.0 github.com/technoweenie/multipartstreamer v1.0.1 // indirect ) |