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 Nov 6, 2023
1 parent 937670e commit e7ee1a5
Show file tree
Hide file tree
Showing 11 changed files with 117 additions and 19 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.20231027124253-d94f851c3b4f
github.com/pivotal-cf/on-demand-services-sdk v0.45.1-0.20231106125045-b7d448c43fb6
github.com/pkg/errors v0.9.1
gopkg.in/yaml.v2 v2.4.0
)
Expand All @@ -16,7 +16,7 @@ require (
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.15.5 // indirect
github.com/go-playground/validator/v10 v10.16.0 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.3.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
github.com/go-playground/validator/v10 v10.15.5 h1:LEBecTWb/1j5TNY1YYG2RcOUN3R7NLylN+x8TTueE24=
github.com/go-playground/validator/v10 v10.15.5/go.mod h1:9iXMNT7sEkjXb0I+enO7QXmzG6QCsPWY4zveKFVRSyU=
github.com/go-playground/validator/v10 v10.16.0 h1:x+plE831WK4vaKHO/jpgUGsvLKIqRRkz6M78GuJAfGE=
github.com/go-playground/validator/v10 v10.16.0/go.mod h1:9iXMNT7sEkjXb0I+enO7QXmzG6QCsPWY4zveKFVRSyU=
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
Expand Down Expand Up @@ -56,8 +56,8 @@ 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.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/pivotal-cf/on-demand-services-sdk v0.45.1-0.20231106125045-b7d448c43fb6 h1:qOa9/ZMx2+2fWaTYJMPMs80XBfVYCv7HcXCSsy72zOA=
github.com/pivotal-cf/on-demand-services-sdk v0.45.1-0.20231106125045-b7d448c43fb6/go.mod h1:DLFCbYeAkCJU4k5DPPjT+hYk3f6FJRcux8Qm6OzJQNU=
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
3 changes: 2 additions & 1 deletion vendor/github.com/go-playground/validator/v10/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 51 additions & 10 deletions vendor/github.com/go-playground/validator/v10/baked_in.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/go-playground/validator/v10/cache.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vendor/github.com/go-playground/validator/v10/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/go-playground/validator/v10/regexes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions vendor/github.com/go-playground/validator/v10/util.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions vendor/github.com/go-playground/validator/v10/validator.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ github.com/go-playground/locales/currency
# github.com/go-playground/universal-translator v0.18.1
## explicit; go 1.18
github.com/go-playground/universal-translator
# github.com/go-playground/validator/v10 v10.15.5
# github.com/go-playground/validator/v10 v10.16.0
## explicit; go 1.18
github.com/go-playground/validator/v10
# github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
Expand Down Expand Up @@ -91,7 +91,7 @@ github.com/pborman/uuid
# 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.20231027124253-d94f851c3b4f
# github.com/pivotal-cf/on-demand-services-sdk v0.45.1-0.20231106125045-b7d448c43fb6
## 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 e7ee1a5

Please sign in to comment.