Skip to content

Commit

Permalink
update libcnb to v1.27.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 509421559
Change-Id: I1cef49fb5cb2fc2257ae6a861dabceae6927cca5
  • Loading branch information
matthewrobertson authored and copybara-github committed Feb 14, 2023
1 parent cbb2975 commit be4c56b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ gazelle_dependencies()
go_repository(
name = "com_github_masterminds_semver",
importpath = "github.com/Masterminds/semver/v3",
sum = "h1:znjIyLfpXEDQjOIEWh+ehwpTU14UzUPub3c3sm36u14=",
version = "v3.0.3",
sum = "h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=",
version = "v3.1.1",
)

go_repository(
Expand Down Expand Up @@ -252,8 +252,8 @@ maven_install(
go_repository(
name = "com_github_buildpacks_libcnb",
importpath = "github.com/buildpacks/libcnb",
sum = "h1:D8UoXv39+0jkG4M+u/pfxYjLWZMOQv1TH6dZDRFpVsg=",
version = "v1.25.5",
sum = "h1:Jwp5EDGJWYBLPn902w/648w3S+H2HL7/Xw8FLcrXgAo=",
version = "v1.27.0",
)

go_repository(
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ module github.com/GoogleCloudPlatform/buildpacks
go 1.17

require (
github.com/buildpacks/libcnb v1.25.0
github.com/buildpacks/libcnb v1.27.0
github.com/BurntSushi/toml v0.3.1
github.com/google/go-licenses v0.0.0-20200602185517-f29a4c695c3d // indirect
github.com/hashicorp/go-retryablehttp v0.6.7
github.com/Masterminds/semver/v3 v3.0.3
github.com/Masterminds/semver/v3 v3.1.1
github.com/rs/xid v0.0.0-20170604230408-02dd45c33376
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
Expand Down
4 changes: 4 additions & 0 deletions licenses/buildpacks/licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
license_name: MIT
license_path: /usr/local/share/licenses/buildpacks/github.com/Masterminds/semver/LICENSE.txt

- package: github.com/Masterminds/semver/v3
license_name: MIT
license_path: /usr/local/share/licenses/buildpacks/github.com/Masterminds/semver/v3/LICENSE.txt

- package: github.com/onsi/gomega/types
license_name: MIT
license_path: /usr/local/share/licenses/buildpacks/github.com/onsi/gomega/types/LICENSE
Expand Down

0 comments on commit be4c56b

Please sign in to comment.