Skip to content

Commit

Permalink
Bump Go Modules (#1272)
Browse files Browse the repository at this point in the history
Bumps Go modules used by the project. See the commit for details on what modules were updated.

Signed-off-by: GitHub <[email protected]>
Co-authored-by: paketo-bot <[email protected]>
  • Loading branch information
paketo-bot and paketo-bot authored Sep 4, 2023
1 parent d04c43f commit 5d237dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 45 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
cloud.google.com/go/storage v1.32.0
github.com/BurntSushi/toml v1.3.2
github.com/Masterminds/semver/v3 v3.2.1
github.com/aws/aws-sdk-go v1.44.332
github.com/aws/aws-sdk-go v1.45.2
github.com/buildpacks/libcnb v1.29.0
github.com/disiqueira/gotree v1.0.0
github.com/gocolly/colly v1.2.0
Expand All @@ -26,7 +26,7 @@ require (
require (
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/creack/pty v1.1.18 // indirect
github.com/google/s2a-go v0.1.5 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
github.com/heroku/color v0.0.6 // indirect
Expand Down Expand Up @@ -79,8 +79,8 @@ require (
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
Expand Down
Loading

0 comments on commit 5d237dc

Please sign in to comment.