Skip to content

Commit c909251

Browse files
author
svc-te-developer1
committed
Bump ODB SDK to latest.
1 parent 2cf9121 commit c909251

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.14 // indirect
17+
code.cloudfoundry.org/brokerapi/v13 v13.0.15 // indirect
1818
github.com/fsnotify/fsnotify v1.4.9 // indirect
1919
github.com/gabriel-vasile/mimetype v1.4.11 // 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.14 h1:MMTOM4ElgBnJDRvaJ5D2bWjmQhqTREYuqdshkU8gHsA=
2-
code.cloudfoundry.org/brokerapi/v13 v13.0.14/go.mod h1:8uRkgZvpgZtDimcCUeaUBlp66heQb/3qnpK5Ayd3uXA=
1+
code.cloudfoundry.org/brokerapi/v13 v13.0.15 h1:esa7Lqc4NGwhikp79mDkiwuW4x0mUqHwcvR941554Mo=
2+
code.cloudfoundry.org/brokerapi/v13 v13.0.15/go.mod h1:1YVZiOwRtpkf0JR0TagEQN4mHUCoCWhWzU6PX+PM0dA=
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.14
1+
# code.cloudfoundry.org/brokerapi/v13 v13.0.15
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)