Skip to content

Commit

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

require (
github.com/Peripli/service-broker-proxy v0.11.14-0.20210131145524-8cbeebe66c35 // indirect
github.com/Peripli/service-manager v0.18.7-0.20210131140341-a199050d9407
github.com/Peripli/service-broker-proxy v0.11.14
github.com/Peripli/service-manager v0.18.7
github.com/cloudfoundry-community/go-cfclient v0.0.0-20201123235753-4f46d6348a05
github.com/cloudfoundry-community/go-cfenv v1.17.1-0.20171115121958-e84b5c116637
github.com/cloudfoundry-community/go-cfenv v1.18.0
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
github.com/gavv/httpexpect v2.0.0+incompatible // indirect
github.com/gbrlsnchs/jwt v1.1.0 // indirect
github.com/gofrs/uuid v3.1.0+incompatible
github.com/onsi/ginkgo v1.14.2
github.com/gofrs/uuid v4.0.0+incompatible
github.com/onsi/ginkgo v1.15.0
github.com/onsi/gomega v1.10.4
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.1
github.com/spf13/pflag v1.0.3
github.com/sirupsen/logrus v1.7.0
github.com/spf13/pflag v1.0.5
github.com/valyala/fasthttp v1.19.0 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
)
Loading

0 comments on commit 88f304e

Please sign in to comment.