@@ -2,13 +2,13 @@ module github.com/snowfork/snowbridge/relayer
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.23.2
5
+ toolchain go1.23.4
6
6
7
7
require (
8
8
github.com/aws/aws-sdk-go-v2 v1.27.2
9
9
github.com/aws/aws-sdk-go-v2/config v1.27.18
10
10
github.com/cbroglie/mustache v1.4.0
11
- github.com/ethereum/go-ethereum v1.15.5
11
+ github.com/ethereum/go-ethereum v1.15.11
12
12
github.com/ferranbt/fastssz v0.1.3
13
13
github.com/holiman/uint256 v1.3.2
14
14
github.com/magefile/mage v1.15.0
@@ -20,7 +20,7 @@ require (
20
20
github.com/spf13/viper v1.18.2
21
21
github.com/stretchr/testify v1.10.0
22
22
golang.org/x/exp v0.0.0-20240110193028-0dcbfd608b1e
23
- golang.org/x/sync v0.10 .0
23
+ golang.org/x/sync v0.11 .0
24
24
)
25
25
26
26
require (
@@ -35,6 +35,8 @@ require (
35
35
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.5 // indirect
36
36
github.com/aws/aws-sdk-go-v2/service/sts v1.28.12 // indirect
37
37
github.com/aws/smithy-go v1.20.2 // indirect
38
+ github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
39
+ github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
38
40
github.com/ethereum/go-verkle v0.2.2 // indirect
39
41
github.com/google/go-cmp v0.6.0 // indirect
40
42
)
@@ -46,20 +48,18 @@ require (
46
48
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
47
49
github.com/allegro/bigcache v1.2.1 // indirect
48
50
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.29.3
49
- github.com/bits-and-blooms/bitset v1.17 .0 // indirect
51
+ github.com/bits-and-blooms/bitset v1.20 .0 // indirect
50
52
github.com/cespare/xxhash/v2 v2.3.0 // indirect
51
- github.com/consensys/bavard v0.1.22 // indirect
52
- github.com/consensys/gnark-crypto v0.14 .0 // indirect
53
+ github.com/consensys/bavard v0.1.27 // indirect
54
+ github.com/consensys/gnark-crypto v0.16 .0 // indirect
53
55
github.com/cosmos/go-bip39 v1.0.0 // indirect
54
56
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
55
- github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
56
57
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
57
58
github.com/deckarep/golang-set v1.8.0 // indirect
58
59
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
59
60
github.com/decred/base58 v1.0.5
60
61
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
61
62
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
62
- github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
63
63
github.com/fsnotify/fsnotify v1.7.0 // indirect
64
64
github.com/go-ole/go-ole v1.3.0 // indirect
65
65
github.com/gofrs/flock v0.8.1 // indirect
@@ -100,10 +100,10 @@ require (
100
100
github.com/vedhavyas/go-subkey v1.0.3 // indirect
101
101
github.com/yusufpapurcu/wmi v1.2.3 // indirect
102
102
go.uber.org/multierr v1.11.0 // indirect
103
- golang.org/x/crypto v0.32 .0
104
- golang.org/x/net v0.34 .0 // indirect
105
- golang.org/x/sys v0.29 .0 // indirect
106
- golang.org/x/text v0.21 .0 // indirect
103
+ golang.org/x/crypto v0.35 .0
104
+ golang.org/x/net v0.36 .0 // indirect
105
+ golang.org/x/sys v0.30 .0 // indirect
106
+ golang.org/x/text v0.22 .0 // indirect
107
107
gopkg.in/ini.v1 v1.67.0 // indirect
108
108
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
109
109
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments