summaryrefslogtreecommitdiff
path: root/fsm.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 /fsm.go
parent8ca6d99ace6b8b9ec8b2a2feb6fb04a72f860a9a (diff)
Module: Move to eduvpn/eduvpn-common
Diffstat (limited to 'fsm.go')
-rw-r--r--fsm.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/fsm.go b/fsm.go
index b508e6c..e975126 100644
--- a/fsm.go
+++ b/fsm.go
@@ -4,8 +4,8 @@ import (
"errors"
"fmt"
- "github.com/jwijenbergh/eduvpn-common/internal/fsm"
- "github.com/jwijenbergh/eduvpn-common/internal/types"
+ "github.com/eduvpn/eduvpn-common/internal/fsm"
+ "github.com/eduvpn/eduvpn-common/internal/types"
)
type (