*: git.monogon.dev -> source.monogon.dev
This implements T882, setting our (virtual) GOPATH to source.monogon.dev
for this repository.
Test Plan: Refactor, CI only.
X-Origin-Diff: phab/D686
GitOrigin-RevId: c5e2309089948ffc3a98e68e2e0e1cbb157d3a36
diff --git a/metropolis/pkg/supervisor/supervisor.go b/metropolis/pkg/supervisor/supervisor.go
index ed79c69..c37b590 100644
--- a/metropolis/pkg/supervisor/supervisor.go
+++ b/metropolis/pkg/supervisor/supervisor.go
@@ -25,7 +25,7 @@
"io"
"sync"
- "git.monogon.dev/source/nexantic.git/metropolis/pkg/logtree"
+ "source.monogon.dev/metropolis/pkg/logtree"
)
// A Runnable is a function that will be run in a goroutine, and supervised throughout its lifetime. It can in turn