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 Dec 5, 2024
1 parent 3f8dc70 commit 28ab1eb
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.36.0
github.com/pivotal-cf/on-demand-services-sdk v0.47.1-0.20241204205722-f2a20958191f
github.com/pivotal-cf/on-demand-services-sdk v0.47.1-0.20241205125254-e2fbcd7db0af
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.14 // indirect
github.com/pivotal-cf/brokerapi/v11 v11.0.15 // 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.36.0 h1:Pb12RlruUtj4XUuPUqeEWc6j5DkVVVA49Uf6YLfC95Y=
github.com/onsi/gomega v1.36.0/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
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.14 h1:nLoRGZUMFO5gQFZCZNGYPhygo3XEXV9orwLzkTdf658=
github.com/pivotal-cf/brokerapi/v11 v11.0.14/go.mod h1:ghMEphTu7d7yTxONrPS3BlbOHtN0kLqIEKXJHaW6tRU=
github.com/pivotal-cf/on-demand-services-sdk v0.47.1-0.20241204205722-f2a20958191f h1:WKBJunLP97ptNdEiLsq4FDoVi63su650qUq+VL1VUOA=
github.com/pivotal-cf/on-demand-services-sdk v0.47.1-0.20241204205722-f2a20958191f/go.mod h1:QyTAxU9bdJi9SIZQ9Wi7zttiWZeWXLb8CHl+4p2PyRY=
github.com/pivotal-cf/brokerapi/v11 v11.0.15 h1:cupAoYkPaO6Xf+HnnRTF9MFuALIZlOmooUaFIJWbXC8=
github.com/pivotal-cf/brokerapi/v11 v11.0.15/go.mod h1:LefTwSJILAABVCbL05+N2h9YmebFhAprVn9UdKowodY=
github.com/pivotal-cf/on-demand-services-sdk v0.47.1-0.20241205125254-e2fbcd7db0af h1:F5Xdfz/gccD6r15hgj7fGy07ymy5c7pkXXrDSvkIEiE=
github.com/pivotal-cf/on-demand-services-sdk v0.47.1-0.20241205125254-e2fbcd7db0af/go.mod h1:VJb81c1JIKLJiMpJpwTWtPcivD6Al7XhMTJSveEveGQ=
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 @@ -181,10 +181,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.14
# github.com/pivotal-cf/brokerapi/v11 v11.0.15
## explicit; go 1.21
github.com/pivotal-cf/brokerapi/v11/domain
# github.com/pivotal-cf/on-demand-services-sdk v0.47.1-0.20241204205722-f2a20958191f
# github.com/pivotal-cf/on-demand-services-sdk v0.47.1-0.20241205125254-e2fbcd7db0af
## explicit; go 1.23
github.com/pivotal-cf/on-demand-services-sdk/bosh
github.com/pivotal-cf/on-demand-services-sdk/serviceadapter
Expand Down

0 comments on commit 28ab1eb

Please sign in to comment.