diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-12 08:31:15 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-12 08:31:15 +0000 |
commit | 99a93f106797a084754ab5b93f44a7f27eb7d180 (patch) | |
tree | 781e01c1c0a683d184e39e2a8e855eb613ae7070 | |
parent | restructured the repo-WIP (diff) | |
download | hived-99a93f106797a084754ab5b93f44a7f27eb7d180.tar.gz hived-99a93f106797a084754ab5b93f44a7f27eb7d180.zip |
restructured the repo-WIP
-rw-r--r-- | hived/go.mod | 2 | ||||
-rw-r--r-- | telebot/go.mod | 2 | ||||
-rwxr-xr-x | telebot/telebot | bin | 7115842 -> 0 bytes | |||
-rw-r--r-- | telebot/telebot.go (renamed from telebot/main.go) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/hived/go.mod b/hived/go.mod index 9df31fa..e3d4d45 100644 --- a/hived/go.mod +++ b/hived/go.mod @@ -1,4 +1,4 @@ -module github.com/terminaldweller/hived +module hived go 1.17 diff --git a/telebot/go.mod b/telebot/go.mod index 71766e5..de7cf3c 100644 --- a/telebot/go.mod +++ b/telebot/go.mod @@ -1,6 +1,6 @@ module telebot -go 1.15 +go 1.17 require ( github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible diff --git a/telebot/telebot b/telebot/telebot Binary files differdeleted file mode 100755 index 21b84aa..0000000 --- a/telebot/telebot +++ /dev/null diff --git a/telebot/main.go b/telebot/telebot.go index f6a3bf7..f6a3bf7 100644 --- a/telebot/main.go +++ b/telebot/telebot.go |