From 0fad033ff38707e07011b7008d506cf4fcdaa7ec Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 12 Nov 2021 11:57:17 +0330 Subject: restructured the repo-WIP --- go.mod | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod deleted file mode 100644 index 97de2d8..0000000 --- a/go.mod +++ /dev/null @@ -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 -) -- cgit v1.2.3