refactor(ucan): migrate from ucan-wg/go-ucan to code.sonr.org/go/ucan
This commit is contained in:
6
go.mod
6
go.mod
@@ -3,18 +3,19 @@ module enclave
|
||||
go 1.25.5
|
||||
|
||||
require (
|
||||
code.sonr.org/go/did-it v1.0.0
|
||||
code.sonr.org/go/ucan v1.1.0
|
||||
github.com/extism/go-pdk v1.1.3
|
||||
github.com/ipfs/go-cid v0.5.0
|
||||
github.com/ipld/go-ipld-prime v0.21.0
|
||||
github.com/ncruces/go-sqlite3 v0.30.4
|
||||
github.com/sonr-io/crypto v1.0.1
|
||||
github.com/stretchr/testify v1.11.1
|
||||
github.com/ucan-wg/go-ucan v1.1.0
|
||||
golang.org/x/crypto v0.46.0
|
||||
)
|
||||
|
||||
require (
|
||||
filippo.io/edwards25519 v1.1.0 // indirect
|
||||
github.com/MetaMask/go-did-it v1.0.0-pre1 // indirect
|
||||
github.com/bits-and-blooms/bitset v1.24.3 // indirect
|
||||
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
|
||||
github.com/bwesterb/go-ristretto v1.2.3 // indirect
|
||||
@@ -23,7 +24,6 @@ require (
|
||||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
|
||||
github.com/dustinxie/ecc v0.0.0-20210511000915-959544187564 // indirect
|
||||
github.com/gtank/merlin v0.1.1 // indirect
|
||||
github.com/ipfs/go-cid v0.5.0 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
|
||||
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
|
||||
github.com/minio/sha256-simd v1.0.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user