Skip to content

Commit

Permalink
Bump ODB SDK to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
servicesenablement committed Oct 24, 2024
1 parent c2b09c3 commit 3b234ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/maxbrunsfeld/counterfeiter/v6 v6.10.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.34.2
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20241010123647-cda87d815e06
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20241024121929-97a371884bf9
gopkg.in/yaml.v2 v2.4.0
)

Expand Down Expand Up @@ -39,7 +39,7 @@ require (
github.com/leodido/go-urn v1.4.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/pivotal-cf/brokerapi/v11 v11.0.10 // indirect
github.com/pivotal-cf/brokerapi/v11 v11.0.11 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ github.com/onsi/gomega v1.34.2 h1:pNCwDkzrsv7MS9kpaQvVb1aVLahQXyJ/Tv5oAZMI3i8=
github.com/onsi/gomega v1.34.2/go.mod h1:v1xfxRgk0KIsG+QOdm7p8UosrOzPYRo60fd3B/1Dukc=
github.com/pierrec/lz4/v4 v4.1.17 h1:kV4Ip+/hUBC+8T6+2EgburRtkE9ef4nbY3f4dFhGjMc=
github.com/pierrec/lz4/v4 v4.1.17/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
github.com/pivotal-cf/brokerapi/v11 v11.0.10 h1:5jkUD8Fs13++YpGJKlGNqmS+IwWuy9Ms8pCaZNg9clc=
github.com/pivotal-cf/brokerapi/v11 v11.0.10/go.mod h1:0kruRDTWokXuSul53amfiizBKX3Px9rNAo4oZCdhjrE=
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20241010123647-cda87d815e06 h1:v2S9Qo/pNudaZoKO3UH5wq0UlFFVGZNzmHUJlz1qQN0=
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20241010123647-cda87d815e06/go.mod h1:J/W+d0MwoxD/2NG99T8sRWLHSDb87vuwZP7n0XpeHu8=
github.com/pivotal-cf/brokerapi/v11 v11.0.11 h1:4IZ8+tdiLDuOVzVpJgFk5off8CetKRnFu3+SPYbOkDc=
github.com/pivotal-cf/brokerapi/v11 v11.0.11/go.mod h1:IgKUSXQJT2tjY42jyDXnBH/nzZXKX50BvbSq4XMVQIk=
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20241024121929-97a371884bf9 h1:erRtOPPy0RLjYJiicWoAlGF4ywyC++7T29NchZGsgjQ=
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20241024121929-97a371884bf9/go.mod h1:sWnDQW1dNa9Hz4L5QoN6WCV0d/8mPAPaByO4w0zo2oU=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ github.com/pierrec/lz4/v4/internal/lz4block
github.com/pierrec/lz4/v4/internal/lz4errors
github.com/pierrec/lz4/v4/internal/lz4stream
github.com/pierrec/lz4/v4/internal/xxh32
# github.com/pivotal-cf/brokerapi/v11 v11.0.10
# github.com/pivotal-cf/brokerapi/v11 v11.0.11
## explicit; go 1.21
github.com/pivotal-cf/brokerapi/v11/domain
# github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20241010123647-cda87d815e06
# github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20241024121929-97a371884bf9
## explicit; go 1.22.0
github.com/pivotal-cf/on-demand-services-sdk/bosh
github.com/pivotal-cf/on-demand-services-sdk/serviceadapter
Expand Down

0 comments on commit 3b234ca

Please sign in to comment.