Skip to content

Commit 682e8d4

Browse files
author
svc-te-developer1
committed
Bump ODB SDK to latest.
1 parent f5048b9 commit 682e8d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
)
1515

1616
require (
17-
code.cloudfoundry.org/brokerapi/v13 v13.0.16 // indirect
17+
code.cloudfoundry.org/brokerapi/v13 v13.0.17 // indirect
1818
github.com/fsnotify/fsnotify v1.4.9 // indirect
1919
github.com/gabriel-vasile/mimetype v1.4.12 // indirect
2020
github.com/go-playground/locales v0.14.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
code.cloudfoundry.org/brokerapi/v13 v13.0.16 h1:BDyng6BLzz7Sp18togCAmfQgbRmne776n4HlYn7ouPY=
2-
code.cloudfoundry.org/brokerapi/v13 v13.0.16/go.mod h1:hbMeOU+D5FPKFigs91ozMPhUlKeFHd9ocvOXw6ul388=
1+
code.cloudfoundry.org/brokerapi/v13 v13.0.17 h1:ynRjknQfOUrtHcKOipbP7wR66OxT2HZ0AWJBFNGqmuQ=
2+
code.cloudfoundry.org/brokerapi/v13 v13.0.17/go.mod h1:A9B7I/+fgg00gkrLizbLsxxL+b0LK+fmhAtFkpCwmmc=
33
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
44
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
55
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# code.cloudfoundry.org/brokerapi/v13 v13.0.16
1+
# code.cloudfoundry.org/brokerapi/v13 v13.0.17
22
## explicit; go 1.24.0
33
code.cloudfoundry.org/brokerapi/v13/domain
44
# github.com/fsnotify/fsnotify v1.4.9

0 commit comments

Comments
 (0)