From e6bb5aac880fa0e71c1d81d4860d456424f622bc Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 20 Sep 2022 15:14:33 +0200 Subject: Module: Move to eduvpn/eduvpn-common --- state_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'state_test.go') diff --git a/state_test.go b/state_test.go index 3915759..a557a4c 100644 --- a/state_test.go +++ b/state_test.go @@ -11,10 +11,10 @@ import ( "testing" "time" - httpw "github.com/jwijenbergh/eduvpn-common/internal/http" - "github.com/jwijenbergh/eduvpn-common/internal/oauth" - "github.com/jwijenbergh/eduvpn-common/internal/server" - "github.com/jwijenbergh/eduvpn-common/internal/types" + httpw "github.com/eduvpn/eduvpn-common/internal/http" + "github.com/eduvpn/eduvpn-common/internal/oauth" + "github.com/eduvpn/eduvpn-common/internal/server" + "github.com/eduvpn/eduvpn-common/internal/types" ) func ensureLocalWellKnown() { -- cgit v1.2.3