diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-20 15:14:33 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-20 15:14:33 +0200 |
| commit | e6bb5aac880fa0e71c1d81d4860d456424f622bc (patch) | |
| tree | 4d342ddbdc5ea26476140c5905e5d3c93018d987 /internal/server/common.go | |
| parent | 8ca6d99ace6b8b9ec8b2a2feb6fb04a72f860a9a (diff) | |
Module: Move to eduvpn/eduvpn-common
Diffstat (limited to 'internal/server/common.go')
| -rw-r--r-- | internal/server/common.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/server/common.go b/internal/server/common.go index f4f9a42..62518cc 100644 --- a/internal/server/common.go +++ b/internal/server/common.go @@ -4,10 +4,10 @@ import ( "fmt" "time" - "github.com/jwijenbergh/eduvpn-common/internal/oauth" - "github.com/jwijenbergh/eduvpn-common/internal/types" - "github.com/jwijenbergh/eduvpn-common/internal/util" - "github.com/jwijenbergh/eduvpn-common/internal/wireguard" + "github.com/eduvpn/eduvpn-common/internal/oauth" + "github.com/eduvpn/eduvpn-common/internal/types" + "github.com/eduvpn/eduvpn-common/internal/util" + "github.com/eduvpn/eduvpn-common/internal/wireguard" ) // The base type for servers |
