juju / charmstore

The charm store server.
http://gopkg.in/juju/charmstore.v5
GNU Affero General Public License v3.0
15 stars 37 forks source link

all: update dependencies #909

Closed mhilton closed 3 years ago

mhilton commented 3 years ago

Update the github.com/juju/charm and github.com/juju/charmrepo dependencies. The behaviour of charm.ParseURL has changed in the latest version to assume that scheme-less URLs are charmhub ones. The charmstore uses scheme-less URLs a lot, especially in tests, and always uses them to refer to charmstore URLs. A shim layer has been added for charmstore to maintain the existing behaviour.