summaryrefslogtreecommitdiff
path: root/internal/server/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/server/common.go')
-rw-r--r--internal/server/common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/server/common.go b/internal/server/common.go
index eaa8cdf..7f4a0de 100644
--- a/internal/server/common.go
+++ b/internal/server/common.go
@@ -5,7 +5,7 @@ import (
"time"
"github.com/eduvpn/eduvpn-common/internal/oauth"
- "github.com/eduvpn/eduvpn-common/internal/types"
+ "github.com/eduvpn/eduvpn-common/types"
"github.com/eduvpn/eduvpn-common/internal/util"
"github.com/eduvpn/eduvpn-common/internal/wireguard"
)