chore: Change module references to github.com/ucan-wg/go-ucan
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/qri-io/ucan"
|
||||
"github.com/ucan-wg/go-ucan"
|
||||
)
|
||||
|
||||
func Example() {
|
||||
|
||||
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
||||
module github.com/qri-io/ucan
|
||||
module github.com/ucan-wg/go-ucan
|
||||
|
||||
go 1.15
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ package spec
|
||||
// "github.com/golang-jwt/jwt"
|
||||
// cfgtest "github.com/qri-io/qri/config/test"
|
||||
// "github.com/qri-io/qri/repo/profile"
|
||||
// "github.com/qri-io/ucan"
|
||||
// "github.com/ucan-wg/go-ucan"
|
||||
// )
|
||||
|
||||
// // AssertTokenSourceSpec ensures a TokenSource implementation behaves as
|
||||
|
||||
@@ -9,7 +9,7 @@ package spec
|
||||
// "github.com/google/go-cmp/cmp"
|
||||
// cfgtest "github.com/qri-io/qri/config/test"
|
||||
// "github.com/qri-io/qri/repo/profile"
|
||||
// "github.com/qri-io/ucan"
|
||||
// "github.com/ucan-wg/go-ucan"
|
||||
// )
|
||||
|
||||
// // AssertTokenStoreSpec ensures an ucan.TokenStore implementation behaves as
|
||||
|
||||
2
token.go
2
token.go
@@ -21,7 +21,7 @@ import (
|
||||
"github.com/ipfs/go-cid"
|
||||
"github.com/libp2p/go-libp2p-core/crypto"
|
||||
mh "github.com/multiformats/go-multihash"
|
||||
"github.com/qri-io/ucan/didkey"
|
||||
"github.com/ucan-wg/go-ucan/didkey"
|
||||
)
|
||||
|
||||
// ErrInvalidToken indicates an access token is invalid
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/libp2p/go-libp2p-core/crypto"
|
||||
"github.com/qri-io/ucan"
|
||||
"github.com/ucan-wg/go-ucan"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user