Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelmaliy authored Mar 10, 2021
1 parent a082a81 commit 5fdc40a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ module github.com/Peripli/service-broker-proxy-cf
go 1.14

require (
github.com/Peripli/service-broker-proxy v0.11.15
github.com/Peripli/service-manager v0.18.8
github.com/Peripli/service-broker-proxy v0.11.16
github.com/Peripli/service-manager v0.19.1
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/cloudfoundry-community/go-cfclient v0.0.0-20201123235753-4f46d6348a05
github.com/cloudfoundry-community/go-cfenv v1.18.0
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
Expand All @@ -16,6 +17,8 @@ require (
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/pflag v1.0.5
github.com/ugorji/go v1.1.4 // indirect
github.com/valyala/fasthttp v1.19.0 // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,15 @@ github.com/Peripli/service-broker-proxy v0.11.14 h1:Qch0qa+fJUoDm/ksBf90bf4UM9iA
github.com/Peripli/service-broker-proxy v0.11.14/go.mod h1:X4G05amP6uaG0hBZU3sTD8Bf0JXydDeSQku23syu8Yc=
github.com/Peripli/service-broker-proxy v0.11.15 h1:6EmKkOcm9EltbRiB1FaG8viiHNPBHma2kuDhLIGwkr4=
github.com/Peripli/service-broker-proxy v0.11.15/go.mod h1:0cpiFfqM3TsYc4qKZzs1IeqHnFxuPyC29nLAV8h0+Zg=
github.com/Peripli/service-broker-proxy v0.11.16 h1:WHuILdSHakFXOYNd75VlXPMebNDSCQgH5lNOGd2zIxA=
github.com/Peripli/service-broker-proxy v0.11.16/go.mod h1:Fl+lHMSW2xO6zFTlYmfHTHvkSJHAhQgz4v0Q6Eo2cxE=
github.com/Peripli/service-manager v0.18.7-0.20210131140341-a199050d9407/go.mod h1:FtRJlibH3yLD1v/JCp6yTBx+m2GDpodxnwmawl756Fo=
github.com/Peripli/service-manager v0.18.7 h1:MOVMIpEUA+D32OwkrNw/xJoVq6WdqpQ9sbE5DhiKW3s=
github.com/Peripli/service-manager v0.18.7/go.mod h1:FtRJlibH3yLD1v/JCp6yTBx+m2GDpodxnwmawl756Fo=
github.com/Peripli/service-manager v0.18.8 h1:uSA3E4PdOZ5MPJrxkABB6RvteKGVRUNumNqwI99YPjM=
github.com/Peripli/service-manager v0.18.8/go.mod h1:FtRJlibH3yLD1v/JCp6yTBx+m2GDpodxnwmawl756Fo=
github.com/Peripli/service-manager v0.19.1 h1:Jbx737i7ePZ4K+XxK7r4p2b6HLZxTzMvtiT8BWL/me8=
github.com/Peripli/service-manager v0.19.1/go.mod h1:FtRJlibH3yLD1v/JCp6yTBx+m2GDpodxnwmawl756Fo=
github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
Expand Down

0 comments on commit 5fdc40a

Please sign in to comment.