diff options
Diffstat (limited to 'internal/oauth/token.go')
| -rw-r--r-- | internal/oauth/token.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/oauth/token.go b/internal/oauth/token.go index 1594f43..a9d2c82 100644 --- a/internal/oauth/token.go +++ b/internal/oauth/token.go @@ -5,8 +5,8 @@ import ( "sync" "time" - "github.com/go-errors/errors" "github.com/eduvpn/eduvpn-common/internal/log" + "github.com/go-errors/errors" ) // TokenResponse defines the OAuth response from the server that includes the tokens. |
