forked from GoogleCloudPlatform/professional-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 1022 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
24
25
26
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/cpuguy83/go-md2man/v2 v2.0.0 // indirect
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/hasit/bolter v0.0.0-20200427155054-832cf37fbaf6 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/go-wordwrap v1.0.0
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/peterh/liner v0.0.0-20170317030525-88609521dc4b
github.com/pkg/errors v0.9.1
github.com/tidwall/sjson v1.1.1
github.com/urfave/cli v1.22.4 // indirect
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-20190905181640-827449938966
)