Jordan Barrett
Jordan Barrett
I, for one, would really appreciate this. I tried using a `replace` directive in `go.mod`: ``` replace github.com/golang/mock => go.uber.org/mock v0.2.0 ``` but it didn't work: ```console $ go mod...
@samcoe I see, would it be possible for `gh` to internally do the workaround I suggested?
I see a potential complication that this facade is used in multiple places. For example, the `ContainerManagerConfig` method is used by the `provisioner` worker and the `containerbroker` worker. Ideally we'd...
In debug-log, I see the lines: ``` machine-0: 13:09:17 ERROR juju.worker.dependency "broker-tracker" manifold worker returned unexpected error: no container types determined machine-0: 13:09:17 ERROR juju.worker.dependency "lxd-container-provisioner" manifold worker returned unexpected...
#17598 needs to merge before this