summaryrefslogtreecommitdiff
path: root/cmd/cli/main.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-20 15:14:33 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-20 15:14:33 +0200
commite6bb5aac880fa0e71c1d81d4860d456424f622bc (patch)
tree4d342ddbdc5ea26476140c5905e5d3c93018d987 /cmd/cli/main.go
parent8ca6d99ace6b8b9ec8b2a2feb6fb04a72f860a9a (diff)
Module: Move to eduvpn/eduvpn-common
Diffstat (limited to 'cmd/cli/main.go')
-rw-r--r--cmd/cli/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/cli/main.go b/cmd/cli/main.go
index caeef1c..bedc7c3 100644
--- a/cmd/cli/main.go
+++ b/cmd/cli/main.go
@@ -6,8 +6,8 @@ import (
"os/exec"
"strings"
- eduvpn "github.com/jwijenbergh/eduvpn-common"
- "github.com/jwijenbergh/eduvpn-common/internal/server"
+ eduvpn "github.com/eduvpn/eduvpn-common"
+ "github.com/eduvpn/eduvpn-common/internal/server"
)
type ServerTypes int8