syft/go.mod

29 lines
1.1 KiB
Modula-2
Raw Normal View History

2020-05-12 14:45:18 +00:00
module github.com/anchore/imgbom
go 1.14
require (
2020-05-21 19:25:59 +00:00
github.com/adrg/xdg v0.2.1
2020-05-20 22:29:06 +00:00
github.com/anchore/go-testutils v0.0.0-20200520222037-edc2bf1864fe
2020-06-04 18:42:59 +00:00
github.com/anchore/stereoscope v0.0.0-20200604133300-7e63b350b6d6
github.com/aquasecurity/go-dep-parser v0.0.0-20200123140603-4dc0125084da
github.com/go-test/deep v1.0.6
2020-06-04 18:42:59 +00:00
github.com/google/go-containerregistry v0.1.0 // indirect
2020-05-29 15:30:26 +00:00
github.com/gopherjs/gopherjs v0.0.0-20190910122728-9d188e94fb99 // indirect
github.com/hashicorp/go-multierror v1.1.0
2020-06-01 14:33:46 +00:00
github.com/hashicorp/go-version v1.2.0
2020-06-04 18:42:59 +00:00
github.com/mgenware/go-glob v0.0.0-20170209052720-699af28aac4e // indirect
2020-05-21 19:25:59 +00:00
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.1
2020-05-20 22:29:06 +00:00
github.com/sergi/go-diff v1.1.0
2020-05-12 14:45:18 +00:00
github.com/spf13/cobra v1.0.0
2020-05-21 19:25:59 +00:00
github.com/spf13/viper v1.7.0
go.uber.org/zap v1.15.0
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
2020-06-04 18:42:59 +00:00
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
2020-06-04 21:49:52 +00:00
google.golang.org/appengine v1.6.6
2020-06-04 18:42:59 +00:00
google.golang.org/protobuf v1.24.0 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
gopkg.in/yaml.v2 v2.3.0
2020-05-12 14:45:18 +00:00
)