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 --- internal/http/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/http') diff --git a/internal/http/http.go b/internal/http/http.go index aa559fe..f9dafbb 100644 --- a/internal/http/http.go +++ b/internal/http/http.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "github.com/jwijenbergh/eduvpn-common/internal/types" + "github.com/eduvpn/eduvpn-common/internal/types" ) type URLParameters map[string]string -- cgit v1.2.3