forked from grafeas/grafeas-pgsql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (32 loc) · 1.27 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
32
33
34
35
module github.com/grafeas/grafeas-pgsql
go 1.17
require (
github.com/fernet/fernet-go v0.0.0-20191111064656-eff2850e6001
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.1
github.com/grafeas/grafeas v0.1.6
github.com/lib/pq v1.7.1
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
google.golang.org/genproto v0.0.0-20200722002428-88e341933a54
google.golang.org/grpc v1.30.0
)
require (
github.com/antlr/antlr4 v0.0.0-20190819145818-b43a4c3a8015 // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.9.6 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/magiconair/properties v1.8.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/spf13/afero v1.1.2 // indirect
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/jwalterweatherman v1.0.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/spf13/viper v1.4.0 // indirect
golang.org/x/sys v0.0.0-20200406155108-e3b113bbe6a4 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/protobuf v1.24.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)