aboutsummaryrefslogtreecommitdiffstats
path: root/telebot/go.mod
blob: c010507e7211575c5257aa3f600aedcbe67c201f (plain) (blame)
1
2
3
4
5
6
7
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
)