diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-12 12:03:15 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-12 12:03:15 +0000 |
commit | 3c24c7ba319e277414455d68360043e155d7a3ca (patch) | |
tree | 3df683631f75eca74f77006b3d5eb3cb3e3f188c /telebot/go.mod | |
parent | changed the module name (diff) | |
download | grpc-3c24c7ba319e277414455d68360043e155d7a3ca.tar.gz grpc-3c24c7ba319e277414455d68360043e155d7a3ca.zip |
updates and fixesv1.0.0
Diffstat (limited to '')
-rw-r--r-- | telebot/go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/telebot/go.mod b/telebot/go.mod new file mode 100644 index 0000000..c010507 --- /dev/null +++ b/telebot/go.mod @@ -0,0 +1,8 @@ +module github.com/terminaldweller/grpc/telebot/protobuf/v1 + +go 1.15 + +require ( + github.com/golang/protobuf v1.5.2 + google.golang.org/protobuf v1.27.1 +) |