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 24, 2023
1 parent 6bc866c commit 0e1baf8
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 @@ -8,7 +8,7 @@ require (
github.com/maxbrunsfeld/counterfeiter/v6 v6.7.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.27.10
github.com/pivotal-cf/on-demand-services-sdk v0.43.3-0.20230818121449-a0ae6e213dcf
github.com/pivotal-cf/on-demand-services-sdk v0.43.3-0.20230824122932-afc67252ade9
gopkg.in/yaml.v2 v2.4.0
)

Expand Down
6 changes: 3 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W
github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk=
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
github.com/onsi/ginkgo/v2 v2.11.0 h1:WgqUCUt/lT6yXoQ8Wef0fsNn5cAuMK7+KT9UFRz2tcU=
github.com/onsi/ginkgo/v2 v2.12.0 h1:UIVDowFPwpg6yMUpPjGkYvf06K3RAiJXUhCxEwQVHRI=
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
Expand All @@ -99,8 +99,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/v10 v10.0.0 h1:cC2zdIF1jh1twD196xWpHjiX2JEbU+RMLH2jpmLDRT8=
github.com/pivotal-cf/brokerapi/v10 v10.0.0/go.mod h1:LVexXnzj0Zj7lxIJXnDqc794/XHwEzkOPzAZdEaKM5M=
github.com/pivotal-cf/on-demand-services-sdk v0.43.3-0.20230818121449-a0ae6e213dcf h1:UGHli6jFzvKdX2IKz/G7UQRc4Mekg/Av7CzFELc1ZBk=
github.com/pivotal-cf/on-demand-services-sdk v0.43.3-0.20230818121449-a0ae6e213dcf/go.mod h1:vJpw4Uam71DQAKebsHNMimLi9li1EgNbcyANfXKji8w=
github.com/pivotal-cf/on-demand-services-sdk v0.43.3-0.20230824122932-afc67252ade9 h1:G4b5QI/mur3DClndnhfwYf5ArnYS4JuLKKbCj3hEadk=
github.com/pivotal-cf/on-demand-services-sdk v0.43.3-0.20230824122932-afc67252ade9/go.mod h1:vZTqFSTNSeARVR8cUhtsI0Nj/q3cgtT1AFyDqI3uKzs=
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
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ github.com/pierrec/lz4/v4/internal/xxh32
# github.com/pivotal-cf/brokerapi/v10 v10.0.0
## explicit; go 1.19
github.com/pivotal-cf/brokerapi/v10/domain
# github.com/pivotal-cf/on-demand-services-sdk v0.43.3-0.20230818121449-a0ae6e213dcf
# github.com/pivotal-cf/on-demand-services-sdk v0.43.3-0.20230824122932-afc67252ade9
## explicit; go 1.20
github.com/pivotal-cf/on-demand-services-sdk/bosh
github.com/pivotal-cf/on-demand-services-sdk/serviceadapter
Expand Down

0 comments on commit 0e1baf8

Please sign in to comment.