forked from metaverse/truss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (23 loc) · 865 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/metaverse/truss
require (
github.com/Sirupsen/logrus v1.0.5
github.com/davecgh/go-spew v1.1.0
github.com/go-kit/kit v0.7.0
github.com/go-logfmt/logfmt v0.3.0
github.com/go-stack/stack v1.7.0
github.com/gogo/protobuf v1.2.0
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.6.2
github.com/kevinburke/go-bindata v3.13.0+incompatible
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0
github.com/spf13/pflag v1.0.1
golang.org/x/crypto v0.0.0-20180525160159-a3beeb748656
golang.org/x/net v0.0.0-20180524181706-dfa909b99c79
golang.org/x/sys v0.0.0-20180525142821-c11f84a56e43
golang.org/x/text v0.3.0
golang.org/x/tools v0.0.0-20190116002428-2e4132e53b93
google.golang.org/genproto v0.0.0-20180523212516-694d95ba50e6
google.golang.org/grpc v1.12.0
)