Skip to content

Commit

Permalink
feat: update dep for nv21
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao committed Nov 24, 2023
1 parent 29095be commit 10c7f45
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
38 changes: 19 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,35 @@ require (
github.com/filecoin-project/go-address v1.1.0
github.com/filecoin-project/go-bitfield v0.2.4
github.com/filecoin-project/go-fil-markets v1.28.4-0.20230816163331-bd08f1651b1d
github.com/filecoin-project/go-state-types v0.12.4
github.com/filecoin-project/lotus v1.24.0-rc1
github.com/filecoin-project/go-state-types v0.12.8
github.com/filecoin-project/lotus v1.24.0
github.com/filecoin-project/specs-actors/v2 v2.3.6
github.com/filecoin-project/venus v1.14.0-rc2
github.com/filecoin-project/venus v1.14.0
github.com/filecoin-project/venus/venus-devtool v0.0.0-20230620054910-8361f47beacf
github.com/gin-gonic/gin v1.9.1
github.com/go-resty/resty/v2 v2.4.0
github.com/ipfs-force-community/droplet/v2 v2.10.0-rc1
github.com/ipfs-force-community/sophon-auth v1.14.0-rc1
github.com/ipfs-force-community/sophon-messager v1.14.0-rc1
github.com/ipfs-force-community/sophon-miner v1.14.0-rc1
github.com/ipfs-force-community/sophon-auth v1.14.0
github.com/ipfs-force-community/sophon-messager v1.14.0
github.com/ipfs-force-community/sophon-miner v1.14.0
github.com/ipfs-force-community/venus-common-utils v0.0.0-20220217030526-e5e4c6bc14f7
github.com/ipfs/go-cid v0.4.1
github.com/ipfs/go-ipld-cbor v0.0.6
github.com/ipfs/go-log v1.0.5
github.com/ipfs/go-log/v2 v2.5.1
github.com/libp2p/go-libp2p v0.27.9
github.com/libp2p/go-libp2p v0.30.0
github.com/mitchellh/go-homedir v1.1.0
github.com/multiformats/go-multiaddr v0.9.0
github.com/multiformats/go-multiaddr v0.11.0
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.25.5
github.com/whyrusleeping/cbor-gen v0.0.0-20230923211252-36a87e1ba72f
go.uber.org/fx v1.19.3
go.uber.org/fx v1.20.0
)

require (
github.com/filecoin-project/go-fil-commcid v0.1.0 // indirect
github.com/ipfs-force-community/damocles/manager-plugin v0.0.0-20230830062024-608c68ada10e // indirect
github.com/klauspost/compress v1.16.6 // indirect
github.com/ipfs-force-community/damocles/manager-plugin v0.0.0-20231108073455-ac8eebc7d237 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/montanaflynn/stats v0.6.6 // indirect
github.com/mroth/weightedrand v0.4.1 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
Expand Down Expand Up @@ -73,7 +73,7 @@ require (
github.com/google/flatbuffers v23.5.26+incompatible // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.2 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/influxdata/influxdb-client-go/v2 v2.2.2 // indirect
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
Expand Down Expand Up @@ -116,8 +116,8 @@ require (
go.opentelemetry.io/otel/sdk v1.16.0 // indirect
go.opentelemetry.io/otel/sdk/metric v0.39.0 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/time v0.1.0 // indirect
google.golang.org/api v0.103.0 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
Expand Down Expand Up @@ -188,7 +188,7 @@ require (
github.com/hannahhoward/go-pubsub v0.0.0-20200423002714-8d62886cc36e // indirect
github.com/hashicorp/golang-lru v0.6.0 // indirect
github.com/icza/backscanner v0.0.0-20210726202459-ac2ffc679f94 // indirect
github.com/ipfs-force-community/damocles/damocles-manager v0.0.0-20231016073936-0c619e418e3b
github.com/ipfs-force-community/damocles/damocles-manager v0.0.0-20231123100724-9f87e20b3692
github.com/ipfs/bbloom v0.0.4 // indirect
github.com/ipfs/go-block-format v0.1.2 // indirect
github.com/ipfs/go-blockservice v0.5.1 // indirect
Expand Down Expand Up @@ -221,7 +221,7 @@ require (
github.com/libp2p/go-msgio v0.3.0 // indirect
github.com/magefile/mage v1.13.0 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/miekg/dns v1.1.54 // indirect
github.com/miekg/dns v1.1.55 // indirect
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Expand Down Expand Up @@ -258,14 +258,14 @@ require (
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/dig v1.17.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
go.uber.org/zap v1.25.0 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.9.1 // indirect
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
Loading

0 comments on commit 10c7f45

Please sign in to comment.