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 Aug 12, 2024
1 parent 0d8250c commit c2b54ae
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.8.1
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.34.1
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20240808121633-30e90601df1c
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20240812124728-9d7785a49087
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.5 // indirect
github.com/pivotal-cf/brokerapi/v11 v11.0.6 // 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.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
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.5 h1:4s7mtHDTM2Y8xNtJsCXqnQeDRL9+psWIG7wNsgbJij8=
github.com/pivotal-cf/brokerapi/v11 v11.0.5/go.mod h1:fCNZ3nODbn/glh7vwDGQUml9BdMHZqSfdmgcbkIibsQ=
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20240808121633-30e90601df1c h1:ASpoQwJWiWkQy/JcALfaxuhDxrUo/Xy7ut4OgTTJMXw=
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20240808121633-30e90601df1c/go.mod h1:pbECGvnGU1YGFdJ9jBnzV3qNneunYRrJRoz8GYM5W+c=
github.com/pivotal-cf/brokerapi/v11 v11.0.6 h1:pq6tbRILLHWZcZOdlhZskdE9kWUfKmZSnW4jz0oyBFQ=
github.com/pivotal-cf/brokerapi/v11 v11.0.6/go.mod h1:Pw79BhkyfnuI2fl9/LFGVsTs6xfoES5a9ic+Kvn7nnk=
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20240812124728-9d7785a49087 h1:5uHaQoCwqS1zPq922VIC4R+Y+RYKvf0UaL5Ja5WW0VE=
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20240812124728-9d7785a49087/go.mod h1:aHpEXc9hNQl5p/GZdOHEZRjZqfcv4oFgPeWb/4v+MwY=
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.5
# github.com/pivotal-cf/brokerapi/v11 v11.0.6
## explicit; go 1.21
github.com/pivotal-cf/brokerapi/v11/domain
# github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20240808121633-30e90601df1c
# github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20240812124728-9d7785a49087
## explicit; go 1.21
github.com/pivotal-cf/on-demand-services-sdk/bosh
github.com/pivotal-cf/on-demand-services-sdk/serviceadapter
Expand Down

0 comments on commit c2b54ae

Please sign in to comment.