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

Commit 7e6b4a3

Browse files
authored
New version
1 parent 62a5408 commit 7e6b4a3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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-cf
33
go 1.14
44

55
require (
6-
github.com/Peripli/service-broker-proxy v0.11.18
7-
github.com/Peripli/service-manager v0.20.0
6+
github.com/Peripli/service-broker-proxy v0.11.19
7+
github.com/Peripli/service-manager v0.20.4
88
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
99
github.com/cloudfoundry-community/go-cfclient v0.0.0-20201123235753-4f46d6348a05
1010
github.com/cloudfoundry-community/go-cfenv v1.18.0

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ github.com/Peripli/service-broker-proxy v0.11.16 h1:WHuILdSHakFXOYNd75VlXPMebNDS
5959
github.com/Peripli/service-broker-proxy v0.11.16/go.mod h1:Fl+lHMSW2xO6zFTlYmfHTHvkSJHAhQgz4v0Q6Eo2cxE=
6060
github.com/Peripli/service-broker-proxy v0.11.18 h1:yoLKWfXxemW39Mo6MIWB/Qw7Yf2r+py1Sa04tbO6FBg=
6161
github.com/Peripli/service-broker-proxy v0.11.18/go.mod h1:HiTwE3phOxSDHVWHwCt0duDuftn0PlygfG/v9zAGvws=
62+
github.com/Peripli/service-broker-proxy v0.11.19 h1:WrhvHVvcgLzyZxQ95Vunq6/0A4awSAq/868KahU+pgE=
63+
github.com/Peripli/service-broker-proxy v0.11.19/go.mod h1:FSdnVVrB4Hdt7AZTL0fvi9jGS3yBDoHID/w9L6HRVYg=
6264
github.com/Peripli/service-manager v0.18.7-0.20210131140341-a199050d9407/go.mod h1:FtRJlibH3yLD1v/JCp6yTBx+m2GDpodxnwmawl756Fo=
6365
github.com/Peripli/service-manager v0.18.7 h1:MOVMIpEUA+D32OwkrNw/xJoVq6WdqpQ9sbE5DhiKW3s=
6466
github.com/Peripli/service-manager v0.18.7/go.mod h1:FtRJlibH3yLD1v/JCp6yTBx+m2GDpodxnwmawl756Fo=
@@ -68,6 +70,8 @@ github.com/Peripli/service-manager v0.19.1 h1:Jbx737i7ePZ4K+XxK7r4p2b6HLZxTzMvti
6870
github.com/Peripli/service-manager v0.19.1/go.mod h1:FtRJlibH3yLD1v/JCp6yTBx+m2GDpodxnwmawl756Fo=
6971
github.com/Peripli/service-manager v0.20.0 h1:VlUTtkhq97ph/QvoHHCVEjskvHq8pEnvBA4bZ8xssc8=
7072
github.com/Peripli/service-manager v0.20.0/go.mod h1:FtRJlibH3yLD1v/JCp6yTBx+m2GDpodxnwmawl756Fo=
73+
github.com/Peripli/service-manager v0.20.4 h1:eYSD+o2LYENDGOOQdRMU8aYrKzJKqT9sl7N4SEQPqLY=
74+
github.com/Peripli/service-manager v0.20.4/go.mod h1:FtRJlibH3yLD1v/JCp6yTBx+m2GDpodxnwmawl756Fo=
7175
github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY=
7276
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
7377
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=

0 commit comments

Comments
 (0)