-
Notifications
You must be signed in to change notification settings - Fork 22
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
Create new version #1368
Create new version #1368
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #1368 +/- ##
==========================================
+ Coverage 54.20% 54.24% +0.03%
==========================================
Files 150 150
Lines 15333 15333
==========================================
+ Hits 8311 8317 +6
+ Misses 6102 6096 -6
Partials 920 920
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Suggested version: Changes in diff --git a/go.mod b/go.mod
index ee0bbed..3d5817c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/ipni/storetheindex
-go 1.18
+go 1.19
require (
contrib.go.opencensus.io/exporter/prometheus v0.4.0
@@ -14,17 +14,16 @@ require (
github.com/filecoin-project/go-address v0.0.5
github.com/filecoin-project/go-dagaggregator-unixfs v0.3.0
github.com/filecoin-project/go-data-transfer/v2 v2.0.0-rc4
- github.com/gammazero/deque v0.2.0
- github.com/gogo/protobuf v1.3.2
+ github.com/gammazero/deque v0.2.1
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-retryablehttp v0.7.1
github.com/ipfs/go-cid v0.3.2
github.com/ipfs/go-datastore v0.6.0
github.com/ipfs/go-delegated-routing v0.7.0
github.com/ipfs/go-ds-leveldb v0.5.0
- github.com/ipfs/go-graphsync v0.14.0
+ github.com/ipfs/go-graphsync v0.14.3
github.com/ipfs/go-log/v2 v2.5.1
- github.com/ipfs/kubo v0.17.0
+ github.com/ipfs/kubo v0.18.1
github.com/ipld/go-car/v2 v2.7.0
github.com/ipld/go-ipld-adl-hamt v0.0.0-20220616142416-9004dbd839e0
github.com/ipld/go-ipld-prime v0.20.0
@@ -32,7 +31,7 @@ require (
github.com/ipld/go-storethehash v0.3.13
github.com/ipni/dhstore v0.0.2-0.20230120184057-c54e9d7c72f7
github.com/ipni/go-indexer-core v0.7.2-0.20230221145318-9aef8658e4ea
- github.com/libp2p/go-libp2p v0.25.0
+ github.com/libp2p/go-libp2p v0.25.1
github.com/libp2p/go-libp2p-gostream v0.5.0
github.com/libp2p/go-libp2p-pubsub v0.9.0
github.com/libp2p/go-msgio v0.3.0
@@ -41,7 +40,7 @@ require (
github.com/multiformats/go-multiaddr v0.8.0
github.com/multiformats/go-multicodec v0.8.0
github.com/multiformats/go-multihash v0.2.1
- github.com/multiformats/go-multistream v0.4.0
+ github.com/multiformats/go-multistream v0.4.1
github.com/multiformats/go-varint v0.0.7
github.com/orlangure/gnomock v0.24.0
github.com/prometheus/client_golang v1.14.0
@@ -49,13 +48,14 @@ require (
github.com/urfave/cli/v2 v2.16.3
github.com/whyrusleeping/cbor-gen v0.0.0-20230126041949-52956bd4c9aa
github.com/ybbus/jsonrpc/v2 v2.1.6
- go.opencensus.io v0.23.0
+ go.opencensus.io v0.24.0
go.uber.org/zap v1.24.0
golang.org/x/crypto v0.5.0
golang.org/x/net v0.7.0
golang.org/x/sys v0.5.0
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
+ google.golang.org/protobuf v1.28.1
)
require (
@@ -113,6 +113,7 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
+ github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
@@ -207,7 +208,7 @@ require (
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
- github.com/syndtr/goleveldb v1.0.0 // indirect
+ github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
github.com/twmb/murmur3 v1.1.6 // indirect
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
@@ -223,7 +224,6 @@ require (
golang.org/x/sync v0.1.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/tools v0.3.0 // indirect
- google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.1.7 // indirect
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
No description provided.