forked from anchore/syft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bootstrap tools to latest versions. (anchore#1204)
- Loading branch information
1 parent
af79191
commit ac1c560
Showing
4 changed files
with
164 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ require ( | |
github.com/dustin/go-humanize v1.0.0 | ||
github.com/facebookincubator/nvdtools v0.1.4 | ||
github.com/go-test/deep v1.0.8 | ||
github.com/google/go-cmp v0.5.8 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/google/uuid v1.3.0 | ||
github.com/gookit/color v1.4.2 | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
|
@@ -39,7 +39,7 @@ require ( | |
github.com/spf13/afero v1.8.2 | ||
github.com/spf13/cobra v1.5.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.12.0 | ||
github.com/spf13/viper v1.13.0 | ||
github.com/stretchr/testify v1.8.0 | ||
github.com/vifraa/gopom v0.1.0 | ||
github.com/wagoodman/go-partybus v0.0.0-20210627031916-db1f5573bbc5 | ||
|
@@ -48,7 +48,7 @@ require ( | |
github.com/x-cray/logrus-prefixed-formatter v0.5.2 | ||
github.com/xeipuuv/gojsonschema v1.2.0 | ||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 | ||
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 | ||
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b | ||
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
@@ -61,16 +61,17 @@ require ( | |
github.com/in-toto/in-toto-golang v0.3.4-0.20220709202702-fa494aaa0add | ||
github.com/knqyf263/go-rpmdb v0.0.0-20220629110411-9a3bd2ebb923 | ||
github.com/sassoftware/go-rpmutils v0.2.0 | ||
github.com/sigstore/cosign v1.11.1 | ||
github.com/sigstore/cosign v1.12.0 | ||
github.com/sigstore/rekor v0.11.0 | ||
github.com/sigstore/sigstore v1.4.0 | ||
github.com/sigstore/sigstore v1.4.1-0.20220908204944-ec922cf4f1c2 | ||
github.com/vbatts/go-mtree v0.5.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
bitbucket.org/creachadair/shell v0.0.7 // indirect | ||
cloud.google.com/go/compute v1.7.0 // indirect | ||
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect | ||
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect | ||
github.com/Azure/go-autorest v14.2.0+incompatible // indirect | ||
github.com/Azure/go-autorest/autorest v0.11.28 // indirect | ||
|
@@ -85,20 +86,32 @@ require ( | |
github.com/Masterminds/semver/v3 v3.1.1 // indirect | ||
github.com/Microsoft/go-winio v0.5.2 // indirect | ||
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect | ||
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.4 // indirect | ||
github.com/alibabacloud-go/cr-20160607 v1.0.1 // indirect | ||
github.com/alibabacloud-go/cr-20181201 v1.0.10 // indirect | ||
github.com/alibabacloud-go/darabonba-openapi v0.1.18 // indirect | ||
github.com/alibabacloud-go/debug v0.0.0-20190504072949-9472017b5c68 // indirect | ||
github.com/alibabacloud-go/endpoint-util v1.1.1 // indirect | ||
github.com/alibabacloud-go/openapi-util v0.0.11 // indirect | ||
github.com/alibabacloud-go/tea v1.1.18 // indirect | ||
github.com/alibabacloud-go/tea-utils v1.4.4 // indirect | ||
github.com/alibabacloud-go/tea-xml v1.1.2 // indirect | ||
github.com/aliyun/credentials-go v1.2.3 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.16.11 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.17.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.12.14 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.12 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.18 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.12 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.19 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.16.14 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.17.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.12.18 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.15 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.21 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.15 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.22 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ecr v1.15.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.12.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.12 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.11.17 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.16.13 // indirect | ||
github.com/aws/smithy-go v1.12.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.15 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.11.21 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.16.17 // indirect | ||
github.com/aws/smithy-go v1.13.2 // indirect | ||
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220517224237-e6f29200ae04 // indirect | ||
github.com/benbjohnson/clock v1.1.0 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
|
@@ -108,12 +121,13 @@ require ( | |
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/chrismellard/docker-credential-acr-env v0.0.0-20220119192733-fe33c00cee21 // indirect | ||
github.com/clbanning/mxj/v2 v2.5.6 // indirect | ||
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect | ||
github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 // indirect | ||
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect | ||
github.com/containerd/containerd v1.5.13 // indirect | ||
github.com/containerd/stargz-snapshotter/estargz v0.12.0 // indirect | ||
github.com/coreos/go-oidc/v3 v3.2.0 // indirect | ||
github.com/coreos/go-oidc/v3 v3.3.0 // indirect | ||
github.com/coreos/go-semver v0.3.0 // indirect | ||
github.com/coreos/go-systemd/v22 v22.3.2 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
|
@@ -201,12 +215,13 @@ require ( | |
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/mozillazg/docker-credential-acr-helper v0.3.0 // indirect | ||
github.com/nwaples/rardecode v1.1.0 // indirect | ||
github.com/oklog/ulid v1.3.1 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect | ||
github.com/opentracing/opentracing-go v1.2.0 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.1 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.5 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.15 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v1.13.0 // indirect | ||
|
@@ -228,15 +243,16 @@ require ( | |
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spiffe/go-spiffe/v2 v2.1.1 // indirect | ||
github.com/stretchr/objx v0.4.0 // indirect | ||
github.com/subosito/gotenv v1.3.0 // indirect | ||
github.com/subosito/gotenv v1.4.1 // indirect | ||
github.com/sylabs/sif/v2 v2.7.2 // indirect | ||
github.com/sylabs/squashfs v0.6.1 // indirect | ||
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect | ||
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect | ||
github.com/tent/canonical-json-go v0.0.0-20130607151641-96e4ba3a7613 // indirect | ||
github.com/thales-e-security/pool v0.0.2 // indirect | ||
github.com/therootcompany/xz v1.0.1 // indirect | ||
github.com/theupdateframework/go-tuf v0.3.1 // indirect | ||
github.com/theupdateframework/go-tuf v0.5.0 // indirect | ||
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect | ||
github.com/tjfoc/gmsm v1.3.2 // indirect | ||
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect | ||
github.com/transparency-dev/merkle v0.0.1 // indirect | ||
github.com/ulikunitz/xz v0.5.10 // indirect | ||
|
@@ -274,17 +290,17 @@ require ( | |
go.uber.org/atomic v1.10.0 // indirect | ||
go.uber.org/multierr v1.8.0 // indirect | ||
go.uber.org/zap v1.22.0 // indirect | ||
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c // indirect | ||
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect | ||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect | ||
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect | ||
golang.org/x/sys v0.0.0-20220907062415-87db552b00fd // indirect | ||
golang.org/x/text v0.3.8-0.20211004125949-5bd84dd9b33b // indirect | ||
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect | ||
golang.org/x/tools v0.1.11 // indirect | ||
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect | ||
google.golang.org/api v0.93.0 // indirect | ||
google.golang.org/api v0.95.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220805133916-01dd62135a58 // indirect | ||
google.golang.org/grpc v1.48.0 // indirect | ||
google.golang.org/grpc v1.49.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
|
@@ -318,7 +334,7 @@ require ( | |
// go: warning: github.com/andybalholm/[email protected]: retracted by module author: occasional panics and data corruption | ||
github.com/andybalholm/brotli v1.0.4 // indirect | ||
github.com/pkg/errors v0.9.1 | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect | ||
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect | ||
) | ||
|
||
retract ( | ||
|
Oops, something went wrong.