chore: Change module references to github.com/ucan-wg/go-ucan

This commit is contained in:
Justin Johnson
2022-03-08 09:06:48 -06:00
parent a725af2c2a
commit f14792ff1c
6 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"time"
"github.com/qri-io/ucan"
"github.com/ucan-wg/go-ucan"
)
func Example() {

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/qri-io/ucan
module github.com/ucan-wg/go-ucan
go 1.15

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 (