-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update deps #8571
chore: update deps #8571
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ module github.com/ipfs/go-ipfs | |
|
||
require ( | ||
bazil.org/fuse v0.0.0-20200117225306-7b5117fecadc | ||
contrib.go.opencensus.io/exporter/prometheus v0.3.0 | ||
contrib.go.opencensus.io/exporter/prometheus v0.4.0 | ||
github.com/blang/semver/v4 v4.0.0 | ||
github.com/ceramicnetwork/go-dag-jose v0.1.0 | ||
github.com/cheggaaa/pb v1.0.29 | ||
github.com/coreos/go-systemd/v22 v22.3.2 | ||
github.com/dustin/go-humanize v1.0.0 | ||
github.com/elgris/jsondiff v0.0.0-20160530203242-765b5c24c302 | ||
github.com/fsnotify/fsnotify v1.4.9 | ||
github.com/fsnotify/fsnotify v1.5.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. https://github.com/fsnotify/fsnotify/releases While v1.5.0 was a buggy release that got retracted v1.5.1 seems to basically just fix an unsafe pointer conversion (fsnotify/fsnotify#325) and update x/sys |
||
github.com/gabriel-vasile/mimetype v1.4.0 | ||
github.com/go-bindata/go-bindata/v3 v3.1.3 | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
|
@@ -27,7 +27,7 @@ require ( | |
github.com/ipfs/go-fetcher v1.6.1 | ||
github.com/ipfs/go-filestore v0.1.0 | ||
github.com/ipfs/go-fs-lock v0.0.7 | ||
github.com/ipfs/go-graphsync v0.10.6-0.20211119194020-99752d2dc1cc | ||
github.com/ipfs/go-graphsync v0.11.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. go-datastore contexts merged + released |
||
github.com/ipfs/go-ipfs-blockstore v0.2.1 | ||
github.com/ipfs/go-ipfs-chunker v0.0.5 | ||
github.com/ipfs/go-ipfs-cmds v0.6.0 | ||
|
@@ -58,7 +58,7 @@ require ( | |
github.com/ipfs/go-unixfsnode v1.1.3 | ||
github.com/ipfs/go-verifcid v0.0.1 | ||
github.com/ipfs/interface-go-ipfs-core v0.5.2 | ||
github.com/ipfs/tar-utils v0.0.1 | ||
github.com/ipfs/tar-utils v0.0.2 | ||
github.com/ipld/go-car v0.3.2 | ||
github.com/ipld/go-codec-dagpb v1.3.0 | ||
github.com/ipld/go-ipld-prime v0.14.1 | ||
|
@@ -91,22 +91,21 @@ require ( | |
github.com/libp2p/go-ws-transport v0.5.0 | ||
github.com/miekg/dns v1.1.43 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/multiformats/go-multiaddr v0.4.0 | ||
github.com/multiformats/go-multiaddr v0.4.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. plaintextv2 code point added https://github.com/multiformats/go-multiaddr/releases/tag/v0.4.1 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We probably don’t need to do this, unless this is pulled in by some other dependency update. On the other, it won’t hurt either. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ya, we don't need it but figure for dependencies we control we should probably try and run with the latest so we can detect any issues |
||
github.com/multiformats/go-multiaddr-dns v0.3.1 | ||
github.com/multiformats/go-multibase v0.0.3 | ||
github.com/multiformats/go-multicodec v0.3.0 | ||
github.com/multiformats/go-multihash v0.1.0 | ||
github.com/opentracing/opentracing-go v1.2.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/prometheus/client_golang v1.11.0 | ||
github.com/prometheus/statsd_exporter v0.21.0 // indirect | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/syndtr/goleveldb v1.0.0 | ||
github.com/whyrusleeping/go-sysinfo v0.0.0-20190219211824-4a357d4b90b1 | ||
github.com/whyrusleeping/multiaddr-filter v0.0.0-20160516205228-e903e4adabd7 | ||
go.opencensus.io v0.23.0 | ||
go.uber.org/fx v1.13.1 | ||
go.uber.org/zap v1.19.0 | ||
go.uber.org/fx v1.15.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It looks like there have been a number of changes to fx in the last few releases (i.e. between Aug 2020 and Nov 2021). v0.15.0 was released a few weeks ago and has some interesting features available (e.g. |
||
go.uber.org/zap v1.19.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. some small JSON encoding fixes that likely don't effect us https://github.com/uber-go/zap/releases/tag/v1.19.1 |
||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
golang.org/x/sys v0.0.0-20211025112917-711f33c9992c | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only changes were to bump client_golang and statsd_exporter census-ecosystem/opencensus-go-exporter-prometheus@v0.3.0...v0.4.0, which we were already doing manually.
This should mean we can drop the manual statsd_exporter import