diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-12 12:40:09 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-12 12:40:09 +0000 |
commit | ab24cd7559922036ffe522344b6866b9539df718 (patch) | |
tree | 382b8754ca5aa437f0b0dfa78578bc440d760f18 /telebot/go.mod | |
parent | updates and fixes (diff) | |
download | grpc-ab24cd7559922036ffe522344b6866b9539df718.tar.gz grpc-ab24cd7559922036ffe522344b6866b9539df718.zip |
updates and fixesv1.0.1
Diffstat (limited to '')
-rw-r--r-- | telebot/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telebot/go.mod b/telebot/go.mod index c010507..834fe47 100644 --- a/telebot/go.mod +++ b/telebot/go.mod @@ -1,4 +1,4 @@ -module github.com/terminaldweller/grpc/telebot/protobuf/v1 +module github.com/terminaldweller/grpc/telebot/v1 go 1.15 |