-
Notifications
You must be signed in to change notification settings - Fork 2
chore: bump deps #33
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
Merged
chore: bump deps #33
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,49 +1,46 @@ | ||
| module github.com/chainbound/fiber-go | ||
|
|
||
| go 1.22.0 | ||
| go 1.23.0 | ||
|
|
||
| toolchain go1.22.11 | ||
| toolchain go1.24.2 | ||
|
|
||
| require ( | ||
| github.com/attestantio/go-eth2-client v0.23.1 | ||
| github.com/ethereum/go-ethereum v1.14.13 | ||
| github.com/attestantio/go-eth2-client v0.25.0 | ||
| github.com/ethereum/go-ethereum v1.15.10 | ||
| github.com/hashicorp/golang-lru/v2 v2.0.7 | ||
| go.uber.org/zap v1.27.0 | ||
| golang.org/x/sync v0.11.0 | ||
| google.golang.org/grpc v1.70.0 | ||
| google.golang.org/protobuf v1.36.4 | ||
| golang.org/x/sync v0.13.0 | ||
| google.golang.org/grpc v1.72.0 | ||
| google.golang.org/protobuf v1.36.6 | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/ferranbt/fastssz v0.1.4 // indirect | ||
| github.com/goccy/go-yaml v1.15.17 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.2.9 // indirect | ||
| github.com/minio/sha256-simd v1.0.1 // indirect | ||
| github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
| github.com/pkg/errors v0.9.1 // indirect | ||
| github.com/prysmaticlabs/go-bitfield v0.0.0-20240618144021-706c95b2dd15 // indirect | ||
| gopkg.in/yaml.v2 v2.4.0 // indirect | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/bits-and-blooms/bitset v1.20.0 // indirect | ||
| github.com/consensys/bavard v0.1.29 // indirect | ||
| github.com/consensys/gnark-crypto v0.16.0 // indirect | ||
| github.com/bits-and-blooms/bitset v1.22.0 // indirect | ||
| github.com/consensys/bavard v0.1.30 // indirect | ||
| github.com/consensys/gnark-crypto v0.17.0 // indirect | ||
| github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect | ||
| github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect | ||
| github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect | ||
| github.com/emicklei/dot v1.6.4 // indirect | ||
| github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect | ||
| github.com/emicklei/dot v1.8.0 // indirect | ||
| github.com/ethereum/c-kzg-4844 v1.0.3 // indirect | ||
| github.com/ethereum/go-verkle v0.2.2 // indirect | ||
| github.com/ferranbt/fastssz v0.1.4 // indirect | ||
| github.com/goccy/go-yaml v1.17.1 // indirect | ||
| github.com/holiman/uint256 v1.3.2 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.2.10 // indirect | ||
| github.com/minio/sha256-simd v1.0.1 // indirect | ||
| github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
| github.com/mmcloughlin/addchain v0.4.0 // indirect | ||
| github.com/supranational/blst v0.3.13 // indirect | ||
| go.uber.org/multierr v1.10.0 // indirect | ||
| golang.org/x/crypto v0.32.0 // indirect | ||
| github.com/pkg/errors v0.9.1 // indirect | ||
| github.com/prysmaticlabs/go-bitfield v0.0.0-20240618144021-706c95b2dd15 // indirect | ||
| github.com/supranational/blst v0.3.14 // indirect | ||
| go.uber.org/multierr v1.11.0 // indirect | ||
| golang.org/x/crypto v0.37.0 // indirect | ||
| golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect | ||
| golang.org/x/net v0.34.0 // indirect | ||
| golang.org/x/sys v0.30.0 // indirect | ||
| golang.org/x/text v0.22.0 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489 // indirect | ||
| golang.org/x/net v0.39.0 // indirect | ||
| golang.org/x/sys v0.32.0 // indirect | ||
| golang.org/x/text v0.24.0 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20250428153025-10db94c68c34 // indirect | ||
| gopkg.in/yaml.v2 v2.4.0 // indirect | ||
| rsc.io/tmplfunc v0.0.3 // indirect | ||
| ) | ||
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
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.
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.
Awesome, this will also include decoding of eip-7702 transactions :)