juju / 1.25-upgrade

Tools to upgrade and move a 1.25 environment to a 2.2.4+ controller
4 stars 7 forks source link

Update imports in juju2 from juju/juju to juju/1.25-upgrade/juju2 #4

Closed babbageclunk closed 7 years ago

babbageclunk commented 7 years ago

This was a purely mechanical change using the following command from the root dir of the repo:

find juju2 -type f -name '*.go' -print0 | xargs -0 sed -i 's:"github.com/juju/juju/\([^"]*\)"$:"github.com/juju/1.25-upgrade/juju2/\1":'

Follows on from #3 . Code still doesn't build, but adding as a separate PR so subsequent smaller changes don't get lost in the noise.