-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update syft bootstrap tools to latest versions. (#1254)
- Loading branch information
1 parent
71187c6
commit d89e320
Showing
3 changed files
with
71 additions
and
70 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,9 +62,9 @@ require ( | |
github.com/knqyf263/go-rpmdb v0.0.0-20220629110411-9a3bd2ebb923 | ||
github.com/opencontainers/go-digest v1.0.0 | ||
github.com/sassoftware/go-rpmutils v0.2.0 | ||
github.com/sigstore/cosign v1.12.1 | ||
github.com/sigstore/cosign v1.13.0 | ||
github.com/sigstore/rekor v0.12.1-0.20220915152154-4bb6f441c1b2 | ||
github.com/sigstore/sigstore v1.4.1 | ||
github.com/sigstore/sigstore v1.4.2 | ||
github.com/vbatts/go-mtree v0.5.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
@@ -99,20 +99,20 @@ require ( | |
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.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 v1.16.16 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.17.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.12.20 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.17 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.24 // 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.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/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.17 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.11.23 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.16.19 // indirect | ||
github.com/aws/smithy-go v1.13.3 // 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 | ||
|
@@ -184,7 +184,7 @@ require ( | |
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.2 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect | ||
|
@@ -236,7 +236,7 @@ require ( | |
github.com/segmentio/ksuid v1.0.4 // indirect | ||
github.com/shibumi/go-pathspec v1.3.0 // indirect | ||
github.com/shopspring/decimal v1.2.0 // indirect | ||
github.com/sigstore/fulcio v0.5.3 // indirect | ||
github.com/sigstore/fulcio v0.6.0 // indirect | ||
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect | ||
github.com/soheilhy/cmux v0.1.5 // indirect | ||
github.com/spf13/cast v1.5.0 // indirect | ||
|
@@ -250,7 +250,7 @@ require ( | |
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.5.0 // indirect | ||
github.com/theupdateframework/go-tuf v0.5.1-0.20220920170306-f237d7ca5b42 // 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 | ||
|
@@ -291,16 +291,16 @@ require ( | |
go.uber.org/multierr v1.8.0 // indirect | ||
go.uber.org/zap v1.23.0 // indirect | ||
golang.org/x/exp v0.0.0-20220823124025-807a23277127 // indirect | ||
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect | ||
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect | ||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect | ||
golang.org/x/sys v0.0.0-20220907062415-87db552b00fd // indirect | ||
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // 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.12 // indirect | ||
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect | ||
google.golang.org/api v0.96.0 // indirect | ||
google.golang.org/api v0.98.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220805133916-01dd62135a58 // indirect | ||
google.golang.org/genproto v0.0.0-20220920201722-2b89144ce006 // 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 | ||
|
@@ -335,7 +335,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 // indirect | ||
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect | ||
golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0 // indirect | ||
) | ||
|
||
retract ( | ||
|
Oops, something went wrong.