-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump golang.org/x/crypto from 0.17.0 to 0.31.0 in /go_co…
…mpat (#352) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: hanabi1224 <[email protected]>
- Loading branch information
1 parent
92fad01
commit 2539409
Showing
2 changed files
with
84 additions
and
248 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,39 @@ | ||
module test/v2 | ||
|
||
go 1.19 | ||
go 1.22.0 | ||
|
||
require ( | ||
github.com/filecoin-project/go-commp-utils/nonffi v0.0.0-20220905160352-62059082a837 | ||
github.com/filecoin-project/go-state-types v0.11.1 | ||
github.com/filecoin-project/go-state-types v0.15.0 | ||
) | ||
|
||
require ( | ||
github.com/filecoin-project/go-address v1.1.0 // indirect | ||
github.com/filecoin-project/go-amt-ipld/v4 v4.0.0 // indirect | ||
github.com/filecoin-project/go-address v1.2.0 // indirect | ||
github.com/filecoin-project/go-amt-ipld/v4 v4.4.0 // indirect | ||
github.com/filecoin-project/go-bitfield v0.2.4 // indirect | ||
github.com/filecoin-project/go-commp-utils v0.1.3 // indirect | ||
github.com/filecoin-project/go-fil-commcid v0.1.0 // indirect | ||
github.com/filecoin-project/go-hamt-ipld/v3 v3.1.0 // indirect | ||
github.com/ipfs/go-block-format v0.0.3 // indirect | ||
github.com/ipfs/go-cid v0.3.2 // indirect | ||
github.com/ipfs/go-ipfs-util v0.0.2 // indirect | ||
github.com/ipfs/go-ipld-cbor v0.0.6 // indirect | ||
github.com/ipfs/go-ipld-format v0.0.2 // indirect | ||
github.com/klauspost/cpuid/v2 v2.0.9 // indirect | ||
github.com/filecoin-project/go-commp-utils v0.1.4 // indirect | ||
github.com/filecoin-project/go-fil-commcid v0.2.0 // indirect | ||
github.com/filecoin-project/go-hamt-ipld/v3 v3.4.0 // indirect | ||
github.com/ipfs/go-block-format v0.2.0 // indirect | ||
github.com/ipfs/go-cid v0.4.1 // indirect | ||
github.com/ipfs/go-ipfs-util v0.0.3 // indirect | ||
github.com/ipfs/go-ipld-cbor v0.2.0 // indirect | ||
github.com/ipfs/go-ipld-format v0.6.0 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.9 // indirect | ||
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect | ||
github.com/minio/sha256-simd v1.0.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.0.3 // indirect | ||
github.com/multiformats/go-base36 v0.1.0 // indirect | ||
github.com/multiformats/go-multibase v0.0.3 // indirect | ||
github.com/multiformats/go-multihash v0.2.1 // indirect | ||
github.com/multiformats/go-varint v0.0.6 // indirect | ||
github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect | ||
github.com/multiformats/go-base32 v0.1.0 // indirect | ||
github.com/multiformats/go-base36 v0.2.0 // indirect | ||
github.com/multiformats/go-multibase v0.2.0 // indirect | ||
github.com/multiformats/go-multihash v0.2.3 // indirect | ||
github.com/multiformats/go-varint v0.0.7 // indirect | ||
github.com/polydawn/refmt v0.89.0 // indirect | ||
github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
github.com/whyrusleeping/cbor-gen v0.0.0-20210303213153-67a261a1d291 // indirect | ||
golang.org/x/crypto v0.17.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
lukechampine.com/blake3 v1.1.6 // indirect | ||
github.com/whyrusleeping/cbor-gen v0.2.0 // indirect | ||
golang.org/x/crypto v0.31.0 // indirect | ||
golang.org/x/sync v0.10.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect | ||
lukechampine.com/blake3 v1.3.0 // indirect | ||
) |
Oops, something went wrong.