Skip to content

Commit 2e01aa3

Browse files
dependabot[bot]paketo-bot
authored andcommitted
Bump the go-modules group with 3 updates
Bumps the go-modules group with 3 updates: [github.com/anchore/stereoscope](https://github.com/anchore/stereoscope), [github.com/anchore/syft](https://github.com/anchore/syft) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2). Updates `github.com/anchore/stereoscope` from 0.1.22 to 0.1.23 - [Release notes](https://github.com/anchore/stereoscope/releases) - [Changelog](https://github.com/anchore/stereoscope/blob/main/RELEASE.md) - [Commits](anchore/stereoscope@v0.1.22...v0.1.23) Updates `github.com/anchore/syft` from 1.42.4 to 1.43.0 - [Release notes](https://github.com/anchore/syft/releases) - [Changelog](https://github.com/anchore/syft/blob/main/RELEASE.md) - [Commits](anchore/syft@v1.42.4...v1.43.0) Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.99.1 to 1.100.0 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.99.1...service/s3/v1.100.0) --- updated-dependencies: - dependency-name: github.com/anchore/stereoscope dependency-version: 0.1.23 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/anchore/syft dependency-version: 1.43.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3 dependency-version: 1.100.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d49d066 commit 2e01aa3

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ require (
5151
github.com/anchore/go-sync v0.1.0 // indirect
5252
github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b // indirect
5353
github.com/anchore/packageurl-go v0.2.0 // indirect
54-
github.com/anchore/stereoscope v0.1.22 // indirect
55-
github.com/anchore/syft v1.42.4 // indirect
54+
github.com/anchore/stereoscope v0.1.23 // indirect
55+
github.com/anchore/syft v1.43.0 // indirect
5656
github.com/andybalholm/brotli v1.2.1 // indirect
5757
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
5858
github.com/aquasecurity/go-pep440-version v0.0.1 // indirect
@@ -69,7 +69,7 @@ require (
6969
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.14 // indirect
7070
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.22 // indirect
7171
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.22 // indirect
72-
github.com/aws/aws-sdk-go-v2/service/s3 v1.99.1 // indirect
72+
github.com/aws/aws-sdk-go-v2/service/s3 v1.100.0 // indirect
7373
github.com/aws/aws-sdk-go-v2/service/signin v1.0.10 // indirect
7474
github.com/aws/aws-sdk-go-v2/service/sso v1.30.16 // indirect
7575
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.20 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b h1:e1bmaoJfZV
146146
github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b/go.mod h1:Bkc+JYWjMCF8OyZ340IMSIi2Ebf3uwByOk6ho4wne1E=
147147
github.com/anchore/packageurl-go v0.2.0 h1:CkrM4RMUwrEGAiE1OVlxaZNzWj0TuHRey7o4T/EAErk=
148148
github.com/anchore/packageurl-go v0.2.0/go.mod h1:2JCgOQMIsqZ7TmliXG4PnUthPJAKE3mWQbsW2XHjAOE=
149-
github.com/anchore/stereoscope v0.1.22 h1:L807G/kk0WZzOCGuRGF7knxMKzwW2PGdbPVRystryd8=
150-
github.com/anchore/stereoscope v0.1.22/go.mod h1:FikPtAb/WnbqwgLHAvQA9O+fWez0K4pbjxzghz++iy4=
151-
github.com/anchore/syft v1.42.4 h1:+atKDW8sNzGF4E1cG1fcWV4WO7TrAGJmfckxDuY5fT4=
152-
github.com/anchore/syft v1.42.4/go.mod h1:KZqrhA8moG2hXMXs1eE0w2FPp54hmTmDOAhsWr6nw2Q=
149+
github.com/anchore/stereoscope v0.1.23 h1:q9i3CtbicTuSlcCnA+5pfoT9WDCEoSqvXDfHMH1hyWo=
150+
github.com/anchore/stereoscope v0.1.23/go.mod h1:JLnun49fkLkuv3ebU0ROvFl/0JiRmNmUtCzc6y4ollo=
151+
github.com/anchore/syft v1.43.0 h1:m6BwN48vgD0j2U4uk/wwqkUCxVKp2On30ZnKWQGCjKI=
152+
github.com/anchore/syft v1.43.0/go.mod h1:6jC8wnvN5Jble2qrWrS7q9jVoR1K2DVMKGBookHZai0=
153153
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
154154
github.com/andybalholm/brotli v1.2.1 h1:R+f5xP285VArJDRgowrfb9DqL18yVK0gKAW/F+eTWro=
155155
github.com/andybalholm/brotli v1.2.1/go.mod h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY=
@@ -195,8 +195,8 @@ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.22 h1:PUmZeJU6
195195
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.22/go.mod h1:nO6egFBoAaoXze24a2C0NjQCvdpk8OueRoYimvEB9jo=
196196
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.22 h1:SE+aQ4DEqG53RRCAIHlCf//B2ycxGH7jFkpnAh/kKPM=
197197
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.22/go.mod h1:ES3ynECd7fYeJIL6+oax+uIEljmfps0S70BaQzbMd/o=
198-
github.com/aws/aws-sdk-go-v2/service/s3 v1.99.1 h1:kU/eBN5+MWNo/LcbNa4hWDdN76hdcd7hocU5kvu7IsU=
199-
github.com/aws/aws-sdk-go-v2/service/s3 v1.99.1/go.mod h1:Fw9aqhJicIVee1VytBBjH+l+5ov6/PhbtIK/u3rt/ls=
198+
github.com/aws/aws-sdk-go-v2/service/s3 v1.100.0 h1:7G26Sae6PMKn4kMcU5JzNfrm1YrKwyOhowXPYR2WiWY=
199+
github.com/aws/aws-sdk-go-v2/service/s3 v1.100.0/go.mod h1:Fw9aqhJicIVee1VytBBjH+l+5ov6/PhbtIK/u3rt/ls=
200200
github.com/aws/aws-sdk-go-v2/service/signin v1.0.10 h1:a1Fq/KXn75wSzoJaPQTgZO0wHGqE9mjFnylnqEPTchA=
201201
github.com/aws/aws-sdk-go-v2/service/signin v1.0.10/go.mod h1:p6+MXNxW7IA6dMgHfTAzljuwSKD0NCm/4lbS4t6+7vI=
202202
github.com/aws/aws-sdk-go-v2/service/sso v1.30.16 h1:x6bKbmDhsgSZwv6q19wY/u3rLk/3FGjJWyqKcIRufpE=

0 commit comments

Comments
 (0)