Skip to content

Commit

Permalink
go.mod updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Jan 17, 2024
1 parent 6f8722d commit 778bc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.21.1

require (
github.com/VictoriaMetrics/metrics v1.24.0
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
github.com/ethereum/go-ethereum v1.13.4
github.com/frankban/quicktest v1.14.6
github.com/google/uuid v1.4.0
Expand Down Expand Up @@ -34,6 +33,7 @@ require (
github.com/bits-and-blooms/bitset v1.7.0 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/ceramicnetwork/go-dag-jose v0.1.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
Expand Down

0 comments on commit 778bc80

Please sign in to comment.