summaryrefslogtreecommitdiff
path: root/internal/http
diff options
context:
space:
mode:
Diffstat (limited to 'internal/http')
-rw-r--r--internal/http/http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/http/http.go b/internal/http/http.go
index f9dafbb..3a81eb6 100644
--- a/internal/http/http.go
+++ b/internal/http/http.go
@@ -9,7 +9,7 @@ import (
"strings"
"time"
- "github.com/eduvpn/eduvpn-common/internal/types"
+ "github.com/eduvpn/eduvpn-common/types"
)
type URLParameters map[string]string