diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-11-21 15:57:12 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-11-21 16:06:22 +0100 |
| commit | a587163c822e80527f6acc78c1edac3410327854 (patch) | |
| tree | 15ddd4ee5e2f7af01eeef98fb4adc4bd6c651776 /internal/failover | |
| parent | 72edbfe5d2d51b7dbaaa6ac6fe96cfbd43b60069 (diff) | |
Replace all links from GitHub to Codeberg
Diffstat (limited to 'internal/failover')
| -rw-r--r-- | internal/failover/monitor.go | 2 | ||||
| -rw-r--r-- | internal/failover/monitor_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/failover/monitor.go b/internal/failover/monitor.go index 6f3e551..a29c711 100644 --- a/internal/failover/monitor.go +++ b/internal/failover/monitor.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "github.com/eduvpn/eduvpn-common/internal/log" + "codeberg.org/eduVPN/eduvpn-common/internal/log" ) type sender interface { diff --git a/internal/failover/monitor_test.go b/internal/failover/monitor_test.go index 08b2e74..0808f31 100644 --- a/internal/failover/monitor_test.go +++ b/internal/failover/monitor_test.go @@ -7,7 +7,7 @@ import ( "testing" "time" - "github.com/eduvpn/eduvpn-common/internal/test" + "codeberg.org/eduVPN/eduvpn-common/internal/test" ) // mockedPinger is a ping sender that always returns nil for sending |
