Skip to content

Commit

Permalink
Bump Go Modules (#195)
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 <noreply@github.com>
Co-authored-by: paketo-bot <paketo-bot@users.noreply.github.com>
  • Loading branch information
paketo-bot and paketo-bot committed Oct 2, 2023
1 parent 09b3df2 commit 74b760f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/buildpacks/libcnb v1.29.0
github.com/onsi/gomega v1.28.0
github.com/paketo-buildpacks/libpak v1.67.0
github.com/paketo-buildpacks/libpak v1.67.1
github.com/sclevine/spec v1.4.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ github.com/mitchellh/hashstructure/v2 v2.0.2/go.mod h1:MG3aRVU/N29oo/V/IhBX8GR/z
github.com/onsi/ginkgo/v2 v2.12.0 h1:UIVDowFPwpg6yMUpPjGkYvf06K3RAiJXUhCxEwQVHRI=
github.com/onsi/gomega v1.28.0 h1:i2rg/p9n/UqIDAMFUJ6qIUUMcsqOuUHgbpbu235Vr1c=
github.com/onsi/gomega v1.28.0/go.mod h1:A1H2JE76sI14WIP57LMKj7FVfCHx3g3BcZVjJG8bjX8=
github.com/paketo-buildpacks/libpak v1.67.0 h1:c8LYndZkP7NsTtEVvpk0iEgmLxxV4Eo1sBwWPvUSNtw=
github.com/paketo-buildpacks/libpak v1.67.0/go.mod h1:dtvRCaBQDEMDoKIG3v0VRqFmesCqdwLksxIybOESrcA=
github.com/paketo-buildpacks/libpak v1.67.1 h1:bLUgQ+G5fIGLVwrPXRvWeQM01340udGc/2KoIghzS4c=
github.com/paketo-buildpacks/libpak v1.67.1/go.mod h1:x1tmfY5/nS/k31KAqQ42OTWbDsrdF7exldRr6GfWopo=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
github.com/sclevine/spec v1.4.0/go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM=
Expand Down

0 comments on commit 74b760f

Please sign in to comment.