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 27, 2023
1 parent d2e5a44 commit 937670e
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 @@ -6,7 +6,7 @@ require (
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.29.0
github.com/pborman/uuid v1.2.1
github.com/pivotal-cf/on-demand-services-sdk v0.45.1-0.20231026125536-d8da136f453f
github.com/pivotal-cf/on-demand-services-sdk v0.45.1-0.20231027124253-d94f851c3b4f
github.com/pkg/errors v0.9.1
gopkg.in/yaml.v2 v2.4.0
)
Expand All @@ -22,7 +22,7 @@ require (
github.com/google/uuid v1.3.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/pivotal-cf/brokerapi/v10 v10.1.0 // indirect
github.com/pivotal-cf/brokerapi/v10 v10.1.1 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ github.com/onsi/gomega v1.29.0/go.mod h1:9sxs+SwGrKI0+PWe4Fxa9tFQQBG5xSsSbMXOI8P
github.com/openzipkin/zipkin-go v0.4.1 h1:kNd/ST2yLLWhaWrkgchya40TJabe8Hioj9udfPcEO5A=
github.com/pborman/uuid v1.2.1 h1:+ZZIw58t/ozdjRaXh/3awHfmWRbzYxJoAdNJxe/3pvw=
github.com/pborman/uuid v1.2.1/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
github.com/pivotal-cf/brokerapi/v10 v10.1.0 h1:1sMJ88XPIU1nKSF29SkxEglDdgLg4buY9/tryp96haU=
github.com/pivotal-cf/brokerapi/v10 v10.1.0/go.mod h1:ctJc3q3zLhIt+OmQMi7LGNsWkP4xi2HRPKXwYe98Mnk=
github.com/pivotal-cf/on-demand-services-sdk v0.45.1-0.20231026125536-d8da136f453f h1:FyCMMyVGLSeh185AqtFz4mxrf0JDxQI+NwmU5CKEclw=
github.com/pivotal-cf/on-demand-services-sdk v0.45.1-0.20231026125536-d8da136f453f/go.mod h1:8tD72zdFCGc6LIHldCd1ERyBaDBfdaTYQ8BQmZB0PQg=
github.com/pivotal-cf/brokerapi/v10 v10.1.1 h1:ZVNgqnS7iA5FP6Z2azRPrcnj7k1Pwy/0C+n9zPGWtZk=
github.com/pivotal-cf/brokerapi/v10 v10.1.1/go.mod h1:qmw79bGqYF5TnXMBni0My7PrPHOi7/CtTo+U3eFIYPo=
github.com/pivotal-cf/on-demand-services-sdk v0.45.1-0.20231027124253-d94f851c3b4f h1:5epyEGcLg4AotblBk+vCqqqvdG9T74xGMjUmkvpFpg4=
github.com/pivotal-cf/on-demand-services-sdk v0.45.1-0.20231027124253-d94f851c3b4f/go.mod h1:/f4l1Hbxhno6pc56M4lir8tPTFg7y61woR/JK200HV0=
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 @@ -88,10 +88,10 @@ github.com/onsi/gomega/types
# github.com/pborman/uuid v1.2.1
## explicit
github.com/pborman/uuid
# github.com/pivotal-cf/brokerapi/v10 v10.1.0
# github.com/pivotal-cf/brokerapi/v10 v10.1.1
## explicit; go 1.20
github.com/pivotal-cf/brokerapi/v10/domain
# github.com/pivotal-cf/on-demand-services-sdk v0.45.1-0.20231026125536-d8da136f453f
# github.com/pivotal-cf/on-demand-services-sdk v0.45.1-0.20231027124253-d94f851c3b4f
## 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 937670e

Please sign in to comment.