-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathgo.mod
20 lines (18 loc) · 662 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/GoogleCloudPlatform/professional-services/tools/gcpviz
go 1.14
require (
github.com/boltdb/bolt v1.3.1
github.com/cayleygraph/cayley v0.7.7
github.com/cayleygraph/quad v1.1.0
github.com/dimiro1/banner v1.0.0
github.com/forseti-security/config-validator v0.0.0-20200615190908-55f2df929878
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.3.3
github.com/mitchellh/go-wordwrap v1.0.0
github.com/pkg/errors v0.9.1
github.com/tidwall/sjson v1.1.1
github.com/willf/bitset v1.1.10 // indirect
github.com/willf/bloom v2.0.3+incompatible
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
gopkg.in/yaml.v3 v3.0.0
)