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/oauth | |
| parent | 8ca6d99ace6b8b9ec8b2a2feb6fb04a72f860a9a (diff) | |
Module: Move to eduvpn/eduvpn-common
Diffstat (limited to 'internal/oauth')
| -rw-r--r-- | internal/oauth/oauth.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/oauth/oauth.go b/internal/oauth/oauth.go index d8acfad..456c854 100644 --- a/internal/oauth/oauth.go +++ b/internal/oauth/oauth.go @@ -10,9 +10,9 @@ import ( "net/url" "time" - httpw "github.com/jwijenbergh/eduvpn-common/internal/http" - "github.com/jwijenbergh/eduvpn-common/internal/types" - "github.com/jwijenbergh/eduvpn-common/internal/util" + httpw "github.com/eduvpn/eduvpn-common/internal/http" + "github.com/eduvpn/eduvpn-common/internal/types" + "github.com/eduvpn/eduvpn-common/internal/util" ) // Generates a random base64 string to be used for state |
