rename imports to asim/go-micro (#2051)
This commit is contained in:
@@ -4,9 +4,9 @@ import (
|
||||
"encoding/base64"
|
||||
"time"
|
||||
|
||||
"github.com/asim/go-micro/v3/auth"
|
||||
"github.com/asim/go-micro/v3/util/token"
|
||||
"github.com/dgrijalva/jwt-go"
|
||||
"github.com/micro/go-micro/v3/auth"
|
||||
"github.com/micro/go-micro/v3/util/token"
|
||||
)
|
||||
|
||||
// authClaims to be encoded in the JWT
|
||||
|
||||
Reference in New Issue
Block a user