pmorie / osb-broker-lib

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

the osb-broker-lib latest version is use vendor, when to change to go mod ? #59

Open haobiaosheng opened 2 years ago

haobiaosheng commented 2 years ago

the osb-broker-lib latest version is use vendor, when to change tu go mod ?the latest version of osb-broker-lib is 4 years ago, it is too old.

haobiaosheng commented 2 years ago

osb-broker-lib use the vendor model, cause github.com/pmorie/go-open-service-broker-client this package is too old,but github.com/pmorie/go-open-service-broker-client this package latest version is v2.0.0-20210928082444-d912fc53f8bd, and it's module name have changed to: sigs.k8s.io/go-open-service-broker-client/v2.

haobiaosheng commented 2 years ago

osb-broker-lib use the vendor model, and osb-broker-lib use the github.com/pmorie/go-open-service-broker-client this package, and its version is too old. And cause that when to use osb-broker-lib this package, must use the old version of github.com/pmorie/go-open-service-broker-client.