This repository was archived by the owner on Mar 14, 2025. It is now read-only.
File tree 10 files changed +15
-15
lines changed
10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/ethereum/go-ethereum v1.11.3
7
7
github.com/pkg/errors v0.9.1
8
- github.com/smartcontractkit/chain-selectors v1.0.21
8
+ github.com/smartcontractkit/chain-selectors v1.0.23
9
9
go.uber.org/multierr v1.1.0
10
10
golang.org/x/crypto v0.1.0
11
11
)
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ github.com/rs/cors v1.7.0 h1:+88SsELBHx5r+hZ8TCkggzSstaWNbDvThkVK8H6f9ik=
70
70
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
71
71
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible h1:Bn1aCHHRnjv4Bl16T8rcaFjYSrGrIZvpiGO6P3Q4GpU =
72
72
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible /go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA =
73
- github.com/smartcontractkit/chain-selectors v1.0.21 h1:KCR9SA7PhOexaBzFieHoLv1WonwhVOPtOStpqTmLC4E =
74
- github.com/smartcontractkit/chain-selectors v1.0.21 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
73
+ github.com/smartcontractkit/chain-selectors v1.0.23 h1:D2Eaex4Cw/O7Lg3tX6WklOqnjjIQAEBnutCtksPzVDY =
74
+ github.com/smartcontractkit/chain-selectors v1.0.23 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
75
75
github.com/status-im/keycard-go v0.2.0 h1:QDLFswOQu1r5jsycloeQh3bVU8n/NatHHaZobtDnDzA =
76
76
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
77
77
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 h1:epCh84lMvA70Z7CTTCmYQn2CKbY8j86K7/FAIr141uY =
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ require (
22
22
github.com/pkg/errors v0.9.1
23
23
github.com/prometheus/client_golang v1.17.0
24
24
github.com/shopspring/decimal v1.4.0
25
- github.com/smartcontractkit/chain-selectors v1.0.21
25
+ github.com/smartcontractkit/chain-selectors v1.0.23
26
26
github.com/smartcontractkit/chainlink-automation v1.0.4
27
27
github.com/smartcontractkit/chainlink-common v0.2.1-0.20240717132349-ee5af9b79834
28
28
github.com/smartcontractkit/chainlink/v2 v2.0.0-00010101000000-000000000000
Original file line number Diff line number Diff line change @@ -1066,8 +1066,8 @@ github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMB
1066
1066
github.com/sirupsen/logrus v1.4.2 /go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE =
1067
1067
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
1068
1068
github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
1069
- github.com/smartcontractkit/chain-selectors v1.0.21 h1:KCR9SA7PhOexaBzFieHoLv1WonwhVOPtOStpqTmLC4E =
1070
- github.com/smartcontractkit/chain-selectors v1.0.21 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
1069
+ github.com/smartcontractkit/chain-selectors v1.0.23 h1:D2Eaex4Cw/O7Lg3tX6WklOqnjjIQAEBnutCtksPzVDY =
1070
+ github.com/smartcontractkit/chain-selectors v1.0.23 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
1071
1071
github.com/smartcontractkit/chainlink-automation v1.0.4 h1:iyW181JjKHLNMnDleI8umfIfVVlwC7+n5izbLSFgjw8 =
1072
1072
github.com/smartcontractkit/chainlink-automation v1.0.4 /go.mod h1:u4NbPZKJ5XiayfKHD/v3z3iflQWqvtdhj13jVZXj/cM =
1073
1073
github.com/smartcontractkit/chainlink-ccip v0.0.0-20240816163757-48726fd8165f h1:lQZBOjeYFpCdk0mGQUhbrJipd00tu49xK4zSijC/9Co =
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ require (
72
72
github.com/scylladb/go-reflectx v1.0.1
73
73
github.com/shirou/gopsutil/v3 v3.24.3
74
74
github.com/shopspring/decimal v1.4.0
75
- github.com/smartcontractkit/chain-selectors v1.0.21
75
+ github.com/smartcontractkit/chain-selectors v1.0.23
76
76
github.com/smartcontractkit/chainlink-automation v1.0.4
77
77
github.com/smartcontractkit/chainlink-ccip v0.0.0-20240816163757-48726fd8165f
78
78
github.com/smartcontractkit/chainlink-common v0.2.1-0.20240717132349-ee5af9b79834
Original file line number Diff line number Diff line change @@ -1023,8 +1023,8 @@ github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMB
1023
1023
github.com/sirupsen/logrus v1.4.2 /go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE =
1024
1024
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
1025
1025
github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
1026
- github.com/smartcontractkit/chain-selectors v1.0.21 h1:KCR9SA7PhOexaBzFieHoLv1WonwhVOPtOStpqTmLC4E =
1027
- github.com/smartcontractkit/chain-selectors v1.0.21 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
1026
+ github.com/smartcontractkit/chain-selectors v1.0.23 h1:D2Eaex4Cw/O7Lg3tX6WklOqnjjIQAEBnutCtksPzVDY =
1027
+ github.com/smartcontractkit/chain-selectors v1.0.23 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
1028
1028
github.com/smartcontractkit/chainlink-automation v1.0.4 h1:iyW181JjKHLNMnDleI8umfIfVVlwC7+n5izbLSFgjw8 =
1029
1029
github.com/smartcontractkit/chainlink-automation v1.0.4 /go.mod h1:u4NbPZKJ5XiayfKHD/v3z3iflQWqvtdhj13jVZXj/cM =
1030
1030
github.com/smartcontractkit/chainlink-ccip v0.0.0-20240816163757-48726fd8165f h1:lQZBOjeYFpCdk0mGQUhbrJipd00tu49xK4zSijC/9Co =
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ require (
34
34
github.com/shopspring/decimal v1.4.0
35
35
github.com/slack-go/slack v0.12.2
36
36
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-20240808195812-ae0378684685
37
- github.com/smartcontractkit/chain-selectors v1.0.21
37
+ github.com/smartcontractkit/chain-selectors v1.0.23
38
38
github.com/smartcontractkit/chainlink-automation v1.0.4
39
39
github.com/smartcontractkit/chainlink-ccip v0.0.0-20240816163757-48726fd8165f
40
40
github.com/smartcontractkit/chainlink-common v0.2.1-0.20240717132349-ee5af9b79834
Original file line number Diff line number Diff line change @@ -1390,8 +1390,8 @@ github.com/slack-go/slack v0.12.2 h1:x3OppyMyGIbbiyFhsBmpf9pwkUzMhthJMRNmNlA4LaQ
1390
1390
github.com/slack-go/slack v0.12.2 /go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw =
1391
1391
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-20240808195812-ae0378684685 h1:jakAsdhDxV4cMgRAcSvHraXjyePi8umG5SEUTGFvuy8 =
1392
1392
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-20240808195812-ae0378684685 /go.mod h1:p7L/xNEQpHDdZtgFA6/FavuZHqvV3kYhQysxBywmq1k =
1393
- github.com/smartcontractkit/chain-selectors v1.0.21 h1:KCR9SA7PhOexaBzFieHoLv1WonwhVOPtOStpqTmLC4E =
1394
- github.com/smartcontractkit/chain-selectors v1.0.21 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
1393
+ github.com/smartcontractkit/chain-selectors v1.0.23 h1:D2Eaex4Cw/O7Lg3tX6WklOqnjjIQAEBnutCtksPzVDY =
1394
+ github.com/smartcontractkit/chain-selectors v1.0.23 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
1395
1395
github.com/smartcontractkit/chainlink-automation v1.0.4 h1:iyW181JjKHLNMnDleI8umfIfVVlwC7+n5izbLSFgjw8 =
1396
1396
github.com/smartcontractkit/chainlink-automation v1.0.4 /go.mod h1:u4NbPZKJ5XiayfKHD/v3z3iflQWqvtdhj13jVZXj/cM =
1397
1397
github.com/smartcontractkit/chainlink-ccip v0.0.0-20240816163757-48726fd8165f h1:lQZBOjeYFpCdk0mGQUhbrJipd00tu49xK4zSijC/9Co =
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ require (
374
374
github.com/shoenig/go-m1cpu v0.1.6 // indirect
375
375
github.com/shopspring/decimal v1.4.0 // indirect
376
376
github.com/sirupsen/logrus v1.9.3 // indirect
377
- github.com/smartcontractkit/chain-selectors v1.0.21 // indirect
377
+ github.com/smartcontractkit/chain-selectors v1.0.23 // indirect
378
378
github.com/smartcontractkit/chainlink-data-streams v0.0.0-20240718160222-2dc0c8136bfa // indirect
379
379
github.com/smartcontractkit/chainlink-feeds v0.0.0-20240710170203-5b41615da827 // indirect
380
380
github.com/smartcontractkit/chainlink-solana v1.0.3-0.20240712132946-267a37c5ac6e // indirect
Original file line number Diff line number Diff line change @@ -1354,8 +1354,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
1354
1354
github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
1355
1355
github.com/slack-go/slack v0.12.2 h1:x3OppyMyGIbbiyFhsBmpf9pwkUzMhthJMRNmNlA4LaQ =
1356
1356
github.com/slack-go/slack v0.12.2 /go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw =
1357
- github.com/smartcontractkit/chain-selectors v1.0.21 h1:KCR9SA7PhOexaBzFieHoLv1WonwhVOPtOStpqTmLC4E =
1358
- github.com/smartcontractkit/chain-selectors v1.0.21 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
1357
+ github.com/smartcontractkit/chain-selectors v1.0.23 h1:D2Eaex4Cw/O7Lg3tX6WklOqnjjIQAEBnutCtksPzVDY =
1358
+ github.com/smartcontractkit/chain-selectors v1.0.23 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
1359
1359
github.com/smartcontractkit/chainlink-automation v1.0.4 h1:iyW181JjKHLNMnDleI8umfIfVVlwC7+n5izbLSFgjw8 =
1360
1360
github.com/smartcontractkit/chainlink-automation v1.0.4 /go.mod h1:u4NbPZKJ5XiayfKHD/v3z3iflQWqvtdhj13jVZXj/cM =
1361
1361
github.com/smartcontractkit/chainlink-ccip v0.0.0-20240816163757-48726fd8165f h1:lQZBOjeYFpCdk0mGQUhbrJipd00tu49xK4zSijC/9Co =
You can’t perform that action at this time.
0 commit comments