syft/go.mod

19 lines
520 B
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
github.com/anchore/stereoscope v0.0.0-20200520221116-025e07f1c93e
github.com/go-test/deep v1.0.6
github.com/hashicorp/go-multierror v1.1.0
2020-05-21 19:25:59 +00:00
github.com/mitchellh/go-homedir v1.1.0
2020-05-20 22:29:06 +00:00
github.com/mitchellh/mapstructure v1.3.0
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
2020-05-22 15:04:03 +00:00
gopkg.in/yaml.v2 v2.2.8
2020-05-12 14:45:18 +00:00
)