pmorie / osb-broker-lib

A go library for developing an Open Service Broker
Apache License 2.0
28 stars 23 forks source link

Modernise: use go modules to manage dependencies #58

Open tealeg opened 3 years ago

tealeg commented 3 years ago

Fixes #57 by taking the following steps:

Run go mod init github.com/pmorie/osb-broker-lib Remove the vendor directory. Remove the Gopkg.toml and Gopkg.lock files. Fix references to github.com/pmorie/go-open-service-broker-client/v2 to be sigs.k8s.io/go-open-service-broker-client/v2 Test go build and go test output.