diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-12 08:27:17 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-12 08:27:17 +0000 |
commit | 0fad033ff38707e07011b7008d506cf4fcdaa7ec (patch) | |
tree | db66c3a19708738c9c6e776c5cc6cf9369a3d5fe /go.mod | |
parent | added a dev and deployment docker-compose (diff) | |
download | hived-0fad033ff38707e07011b7008d506cf4fcdaa7ec.tar.gz hived-0fad033ff38707e07011b7008d506cf4fcdaa7ec.zip |
restructured the repo-WIP
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -1,12 +0,0 @@ -module github.com/terminaldweller/hived - -go 1.15 - -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 -) |