chore: bump version to v0.0.5#35
Merged
Merged
Conversation
chore: bump version to v0.0.5
|
Suggested tag: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 4e0bad0..56056b5 100644
--- a/go.mod
+++ b/go.mod
@@ -1,16 +1,37 @@
module github.com/filecoin-project/go-paramfetch
-go 1.15
+go 1.25
require (
- github.com/fatih/color v1.8.0 // indirect
- github.com/ipfs/go-fs-lock v0.0.6
- github.com/ipfs/go-log/v2 v2.1.3
- github.com/mattn/go-colorable v0.1.4 // indirect
- github.com/mattn/go-runewidth v0.0.7 // indirect
- github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
- github.com/stretchr/testify v1.7.0
- go.uber.org/multierr v1.6.0
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
- gopkg.in/cheggaaa/pb.v1 v1.0.28
+ github.com/cheggaaa/pb/v3 v3.1.5
+ github.com/ipfs/go-fs-lock v0.0.7
+ github.com/ipfs/go-log/v2 v2.5.1
+ github.com/stretchr/testify v1.9.0
+ go.uber.org/multierr v1.11.0
+ golang.org/x/crypto v0.45.0
+ golang.org/x/sync v0.8.0
+ golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
+)
+
+require (
+ github.com/VividCortex/ewma v1.2.0 // indirect
+ github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/fatih/color v1.17.0 // indirect
+ github.com/ipfs/go-ipfs-util v0.0.3 // indirect
+ github.com/klauspost/cpuid/v2 v2.2.8 // indirect
+ github.com/mattn/go-colorable v0.1.13 // indirect
+ github.com/mattn/go-isatty v0.0.20 // indirect
+ github.com/mattn/go-runewidth v0.0.16 // indirect
+ github.com/minio/sha256-simd v1.0.1 // indirect
+ github.com/mr-tron/base58 v1.2.0 // indirect
+ github.com/multiformats/go-multihash v0.2.3 // indirect
+ github.com/multiformats/go-varint v0.0.7 // indirect
+ github.com/pmezard/go-difflib v1.0.0 // indirect
+ github.com/rivo/uniseg v0.4.7 // indirect
+ github.com/spaolacci/murmur3 v1.1.0 // indirect
+ go.uber.org/zap v1.27.0 // indirect
+ go4.org v0.0.0-20230225012048-214862532bf5 // indirect
+ golang.org/x/sys v0.38.0 // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
+ lukechampine.com/blake3 v1.3.0 // indirect
)
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #35 +/- ##
=======================================
Coverage 56.57% 56.57%
=======================================
Files 2 2
Lines 175 175
=======================================
Hits 99 99
Misses 60 60
Partials 16 16 🚀 New features to boost your workflow:
|
BigLep
approved these changes
Mar 26, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump version to v0.0.5 to get a release with #34