forked from grafeas/grafeas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (29 loc) · 1.23 KB
/
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
25
26
27
28
29
30
31
module github.com/grafeas/grafeas
go 1.14
require (
github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 // indirect
github.com/antlr/antlr4 v0.0.0-20201029161626-9a95f0cc3d7c
github.com/boltdb/bolt v1.3.1
github.com/cockroachdb/cmux v0.0.0-20170110192607-30d10be49292
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 // indirect
github.com/fernet/fernet-go v0.0.0-20191111064656-eff2850e6001
github.com/golang/protobuf v1.4.3
github.com/google/go-cmp v0.5.3
github.com/google/logger v1.1.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.1.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1
github.com/kardianos/govendor v1.0.9 // indirect
github.com/lib/pq v1.8.0
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/cors v1.7.0
github.com/spf13/viper v1.7.1
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
golang.org/x/tools v0.1.0 // indirect
google.golang.org/genproto v0.0.0-20201113130914-ce600e9a6f9e
google.golang.org/grpc v1.33.2
google.golang.org/grpc/examples v0.0.0-20201112215255-90f1b3ee835b // indirect
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.4.0 // indirect
)