forked from GoogleCloudPlatform/professional-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 662 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 662 Bytes
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
)