Skip to content

Commit 79bfa11

Browse files
committed
updted dependency url for uuid package
1 parent bb3bca8 commit 79bfa11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/authentication/jwt_backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"api.jwt.auth/services/models"
66
"api.jwt.auth/settings"
77
"bufio"
8-
"code.google.com/p/go-uuid/uuid"
8+
"github.com/pborman/uuid"
99
"crypto/rsa"
1010
"crypto/x509"
1111
"encoding/pem"

0 commit comments

Comments
 (0)