Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions tools/gcpviz/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,15 @@ 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.0
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
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
gopkg.in/yaml.v3 v3.0.0-20190905181640-827449938966
)
Loading