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