forked from grafeas/grafeas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 805 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
module github.com/grafeas/grafeas
go 1.14
require (
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/fernet/fernet-go v0.0.0-20191111064656-eff2850e6001
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.7
github.com/google/logger v1.1.0
github.com/google/uuid v1.1.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.3
github.com/lib/pq v1.8.0
github.com/rs/cors v1.7.0
github.com/spf13/viper v1.7.1
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5
google.golang.org/grpc v1.43.0
google.golang.org/grpc/examples v0.0.0-20201112215255-90f1b3ee835b // indirect
google.golang.org/protobuf v1.27.1
)