mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
ba4f63099d
* add check for app update; fix ETUI error handling * validate user args * add goreleaser support * replace cgo dependencies (go-rpm) with go equivalents * add acceptance tests against build snapshot * add brew tap + acceptance test pipeline * add mac acceptance tests * fix compare makefile * fix mac acceptance tests * add release pipeline with wait checks * add token to release step * rm dir presenters int test * enforce dpkg to be non interactive Co-authored-by: Alfredo Deza <adeza@anchore.com> * pin brew formulae * pin skopeo to formulae url * only run acceptance tests Co-authored-by: Alfredo Deza <adeza@anchore.com>
33 lines
1.3 KiB
Modula-2
33 lines
1.3 KiB
Modula-2
module github.com/anchore/imgbom
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.2.1
|
|
github.com/anchore/go-testutils v0.0.0-20200624184116-66aa578126db
|
|
github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b
|
|
github.com/anchore/stereoscope v0.0.0-20200706164556-7cf39d7f4639
|
|
github.com/bmatcuk/doublestar v1.3.1
|
|
github.com/go-test/deep v1.0.6
|
|
github.com/google/go-containerregistry v0.1.1 // indirect
|
|
github.com/gookit/color v1.2.5
|
|
github.com/gopherjs/gopherjs v0.0.0-20190910122728-9d188e94fb99 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.0
|
|
github.com/hashicorp/go-version v1.2.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/mitchellh/mapstructure v1.3.1
|
|
github.com/rogpeppe/go-internal v1.5.2
|
|
github.com/sergi/go-diff v1.1.0
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/viper v1.7.0
|
|
github.com/wagoodman/go-partybus v0.0.0-20200526224238-eb215533f07d
|
|
github.com/wagoodman/go-progress v0.0.0-20200621153512-2778c704bf22
|
|
github.com/wagoodman/go-rpmdb v0.0.0-20200719223757-ce54a4b0607b
|
|
github.com/wagoodman/jotframe v0.0.0-20200622123948-2995cbd43525
|
|
go.uber.org/zap v1.15.0
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
|
|
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
|
|
google.golang.org/genproto v0.0.0-20200615140333-fd031eab31e7 // indirect
|
|
gopkg.in/ini.v1 v1.57.0 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|