-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
20 lines (18 loc) · 878 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/keys-pub/tsclient
go 1.15
require (
github.com/alta/protopatch v0.0.0-20201016184603-76d4a1d79afd // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.15.2 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/jhump/protoreflect v1.7.0 // indirect
github.com/keys-pub/protoc-gen-tsrpc v0.0.0-20201017222038-9d5b0cf98805 // indirect
github.com/stoewer/go-strcase v1.2.0 // indirect
github.com/tmc/grpcutil v0.0.0-20200430144737-3241cba434e9 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/sys v0.0.0-20201017003518-b09fb700fbb7 // indirect
google.golang.org/genproto v0.0.0-20201015140912-32ed001d685c // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)