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 Sep 19, 2024
1 parent ab68ef9 commit 34fe88a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.9.0
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.20240912121719-6374cd174394
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20240919170220-d5585c510b8b
gopkg.in/yaml.v2 v2.4.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ 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.7 h1:k7tBYgq3HnuzIyTtKD3gxCW4HmUQwPEC5vXJrJrhdoQ=
github.com/pivotal-cf/brokerapi/v11 v11.0.7/go.mod h1:f2wxnonVqVkJu9OU9QsRlbsSpbSVSguV0DuiCMlF+u8=
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20240912121719-6374cd174394 h1:0NryHM6ZQ9svmMgCtnp4Br7tL+9WL7IC/aTKej5RUpU=
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20240912121719-6374cd174394/go.mod h1:M7EfHIlqyWVsUVXVohBlwAhhiMeMhIF1P8UrgdB/oHY=
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20240919170220-d5585c510b8b h1:RHcV/+ewOUicC/VckwiuFuZovmM52J1Moy8sVONttXA=
github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20240919170220-d5585c510b8b/go.mod h1:PRfDmFPOyKXhDjDGq7dmYoAgXa+euEcFaAuVgpAy3f4=
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 @@ -183,8 +183,8 @@ github.com/pierrec/lz4/v4/internal/xxh32
# github.com/pivotal-cf/brokerapi/v11 v11.0.7
## explicit; go 1.21
github.com/pivotal-cf/brokerapi/v11/domain
# github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20240912121719-6374cd174394
## explicit; go 1.21
# github.com/pivotal-cf/on-demand-services-sdk v0.46.1-0.20240919170220-d5585c510b8b
## explicit; go 1.22.0
github.com/pivotal-cf/on-demand-services-sdk/bosh
github.com/pivotal-cf/on-demand-services-sdk/serviceadapter
# github.com/pkg/errors v0.9.1
Expand Down

0 comments on commit 34fe88a

Please sign in to comment.