canonical / microcloud

Automated private cloud based on LXD, Ceph and OVN
https://microcloud.is
GNU Affero General Public License v3.0
275 stars 42 forks source link

Add missing net/url import #329

Closed roosterfish closed 3 months ago

roosterfish commented 3 months ago

It looks in between merging the long list of PRs during the last hours we missed a dependency due to not rebasing the PRs.

https://github.com/canonical/microcloud/pull/287 removed the net/url import from the service/lxd.go file. This now causes build failures on main: https://github.com/canonical/microcloud/actions/runs/9647792769/job/26607464289

masnax commented 3 months ago

Oops, good catch, thanks!