Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 0f10e9a

Browse files
update dependecies (#128)
1 parent 85c1c34 commit 0f10e9a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/Peripli/service-broker-proxy-k8s
33
go 1.14
44

55
require (
6-
github.com/Peripli/service-broker-proxy v0.11.15
7-
github.com/Peripli/service-manager v0.18.8
6+
github.com/Peripli/service-broker-proxy v0.11.17
7+
github.com/Peripli/service-manager v0.19.3
88
github.com/gavv/httpexpect v1.1.3 // indirect
99
github.com/gbrlsnchs/jwt v1.1.0 // indirect
1010
github.com/kubernetes-sigs/service-catalog v0.3.1

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,12 @@ github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb0
5858
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
5959
github.com/Peripli/service-broker-proxy v0.11.15 h1:6EmKkOcm9EltbRiB1FaG8viiHNPBHma2kuDhLIGwkr4=
6060
github.com/Peripli/service-broker-proxy v0.11.15/go.mod h1:0cpiFfqM3TsYc4qKZzs1IeqHnFxuPyC29nLAV8h0+Zg=
61+
github.com/Peripli/service-broker-proxy v0.11.17 h1:KaOeTywf6Ca/Di8qo6+cwq9gXijj7yMXakMCn4t7K9U=
62+
github.com/Peripli/service-broker-proxy v0.11.17/go.mod h1:qBRuXb6PjNLA/f+uJoJv3EyFpViXZRCDhbMCSKC8PY8=
6163
github.com/Peripli/service-manager v0.18.8 h1:uSA3E4PdOZ5MPJrxkABB6RvteKGVRUNumNqwI99YPjM=
6264
github.com/Peripli/service-manager v0.18.8/go.mod h1:FtRJlibH3yLD1v/JCp6yTBx+m2GDpodxnwmawl756Fo=
65+
github.com/Peripli/service-manager v0.19.3 h1:n7khqBL8+EgPD593xIyF7svicNSmr50R3v/eqDUBwK4=
66+
github.com/Peripli/service-manager v0.19.3/go.mod h1:FtRJlibH3yLD1v/JCp6yTBx+m2GDpodxnwmawl756Fo=
6367
github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
6468
github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
6569
github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=

0 commit comments

Comments
 (0)