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

Commit 40636b6

Browse files
committed
fix crypto change
1 parent cfa8d6f commit 40636b6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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.23
7-
github.com/Peripli/service-manager v0.21.7
6+
github.com/Peripli/service-broker-proxy v0.11.24
7+
github.com/Peripli/service-manager v0.23.2
88
github.com/cloudfoundry-community/go-cfclient v0.0.0-20201123235753-4f46d6348a05
99
github.com/cloudfoundry-community/go-cfenv v1.18.0
1010
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect

go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@ github.com/Microsoft/go-winio v0.4.16/go.mod h1:XB6nPKklQyQ7GC9LdcBEcBl8PF76WugX
5454
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
5555
github.com/Peripli/service-broker-proxy v0.11.23 h1:lTI0tcD48Wf0G6G/GX5Au96e+FqtJdRHFZaGoCUPw8Y=
5656
github.com/Peripli/service-broker-proxy v0.11.23/go.mod h1:sJ0UeiMSfDHrBH5dZ3qcefJkgtW4+3uT6AcToTmKw4o=
57+
github.com/Peripli/service-broker-proxy v0.11.24 h1:3GDXJrWwNnxd0m8ru9yg84ZWNwH7EROsr501bH62Bl0=
58+
github.com/Peripli/service-broker-proxy v0.11.24/go.mod h1:dWblp8ORB2M+xm8lcNBMgYCjdgg4J666IFYebL68UMI=
5759
github.com/Peripli/service-manager v0.21.7 h1:zJ+Htej5rus9OITJUdRWX6DvuoB2IHHTMmZBEsW718k=
5860
github.com/Peripli/service-manager v0.21.7/go.mod h1:+VZrEYenb9fahsWy9olKNxRWtt3tnn/jm1dHPTnTEUg=
61+
github.com/Peripli/service-manager v0.23.2/go.mod h1:BORpNM8+9Mvqy2stSFyY/c9sW8r7NlAiwG63kNbvm5Y=
5962
github.com/ajg/form v1.5.1 h1:t9c7v8JUKu/XxOGBU0yjNpaMloxGEJhUkqFRq0ibGeU=
6063
github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY=
6164
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=

0 commit comments

Comments
 (0)