-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update dependencies * chore: update go-jose to v4 * chore: update rapid library and cleanup tests
- Loading branch information
1 parent
0029d76
commit 61df42e
Showing
4 changed files
with
148 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,39 @@ | ||
module github.com/ceramicnetwork/go-dag-jose | ||
|
||
go 1.16 | ||
go 1.22 | ||
|
||
toolchain go1.23.1 | ||
|
||
require ( | ||
github.com/frankban/quicktest v1.14.6 | ||
github.com/go-jose/go-jose/v4 v4.0.4 | ||
github.com/ipfs/go-cid v0.4.1 | ||
github.com/ipld/go-ipld-prime v0.21.0 | ||
github.com/multiformats/go-multibase v0.2.0 | ||
github.com/multiformats/go-multihash v0.2.3 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/warpfork/go-testmark v0.12.1 | ||
golang.org/x/crypto v0.28.0 | ||
pgregory.net/rapid v1.1.0 | ||
) | ||
|
||
require ( | ||
github.com/frankban/quicktest v1.14.0 | ||
github.com/ipfs/go-cid v0.0.7 | ||
github.com/ipld/go-ipld-prime v0.14.1 | ||
github.com/multiformats/go-multibase v0.0.3 | ||
github.com/multiformats/go-multihash v0.1.0 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/warpfork/go-testmark v0.9.0 | ||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 | ||
gopkg.in/square/go-jose.v2 v2.5.1 | ||
pgregory.net/rapid v0.4.7 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/minio/sha256-simd v1.0.1 // indirect | ||
github.com/mr-tron/base58 v1.2.0 // indirect | ||
github.com/multiformats/go-base32 v0.1.0 // indirect | ||
github.com/multiformats/go-base36 v0.2.0 // indirect | ||
github.com/multiformats/go-varint v0.0.7 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/polydawn/refmt v0.89.0 // indirect | ||
github.com/rogpeppe/go-internal v1.13.1 // indirect | ||
github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
lukechampine.com/blake3 v1.3.0 // indirect | ||
) |
Oops, something went wrong.