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.
Fixes #57 by taking the following steps:
Run
go mod init github.com/pmorie/osb-broker-lib
Remove thevendor
directory. Remove theGopkg.toml
andGopkg.lock
files. Fix references togithub.com/pmorie/go-open-service-broker-client/v2
to besigs.k8s.io/go-open-service-broker-client/v2
Testgo build
andgo test
output.