This repository was archived by the owner on Mar 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 55require (
66 github.com/ethereum/go-ethereum v1.11.3
77 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
99 go.uber.org/multierr v1.1.0
1010 golang.org/x/crypto v0.1.0
1111)
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ github.com/rs/cors v1.7.0 h1:+88SsELBHx5r+hZ8TCkggzSstaWNbDvThkVK8H6f9ik=
7070github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
7171github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible h1:Bn1aCHHRnjv4Bl16T8rcaFjYSrGrIZvpiGO6P3Q4GpU =
7272github.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 =
7575github.com/status-im/keycard-go v0.2.0 h1:QDLFswOQu1r5jsycloeQh3bVU8n/NatHHaZobtDnDzA =
7676github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
7777github.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 (
2222 github.com/pkg/errors v0.9.1
2323 github.com/prometheus/client_golang v1.17.0
2424 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
2626 github.com/smartcontractkit/chainlink-automation v1.0.4
2727 github.com/smartcontractkit/chainlink-common v0.2.1-0.20240717132349-ee5af9b79834
2828 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
10661066github.com/sirupsen/logrus v1.4.2 /go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE =
10671067github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
10681068github.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 =
10711071github.com/smartcontractkit/chainlink-automation v1.0.4 h1:iyW181JjKHLNMnDleI8umfIfVVlwC7+n5izbLSFgjw8 =
10721072github.com/smartcontractkit/chainlink-automation v1.0.4 /go.mod h1:u4NbPZKJ5XiayfKHD/v3z3iflQWqvtdhj13jVZXj/cM =
10731073github.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 (
7272 github.com/scylladb/go-reflectx v1.0.1
7373 github.com/shirou/gopsutil/v3 v3.24.3
7474 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
7676 github.com/smartcontractkit/chainlink-automation v1.0.4
7777 github.com/smartcontractkit/chainlink-ccip v0.0.0-20240816163757-48726fd8165f
7878 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
10231023github.com/sirupsen/logrus v1.4.2 /go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE =
10241024github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
10251025github.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 =
10281028github.com/smartcontractkit/chainlink-automation v1.0.4 h1:iyW181JjKHLNMnDleI8umfIfVVlwC7+n5izbLSFgjw8 =
10291029github.com/smartcontractkit/chainlink-automation v1.0.4 /go.mod h1:u4NbPZKJ5XiayfKHD/v3z3iflQWqvtdhj13jVZXj/cM =
10301030github.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 (
3434 github.com/shopspring/decimal v1.4.0
3535 github.com/slack-go/slack v0.12.2
3636 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
3838 github.com/smartcontractkit/chainlink-automation v1.0.4
3939 github.com/smartcontractkit/chainlink-ccip v0.0.0-20240816163757-48726fd8165f
4040 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
13901390github.com/slack-go/slack v0.12.2 /go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw =
13911391github.com/smartcontractkit/ccip-owner-contracts v0.0.0-20240808195812-ae0378684685 h1:jakAsdhDxV4cMgRAcSvHraXjyePi8umG5SEUTGFvuy8 =
13921392github.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 =
13951395github.com/smartcontractkit/chainlink-automation v1.0.4 h1:iyW181JjKHLNMnDleI8umfIfVVlwC7+n5izbLSFgjw8 =
13961396github.com/smartcontractkit/chainlink-automation v1.0.4 /go.mod h1:u4NbPZKJ5XiayfKHD/v3z3iflQWqvtdhj13jVZXj/cM =
13971397github.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 (
374374 github.com/shoenig/go-m1cpu v0.1.6 // indirect
375375 github.com/shopspring/decimal v1.4.0 // indirect
376376 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
378378 github.com/smartcontractkit/chainlink-data-streams v0.0.0-20240718160222-2dc0c8136bfa // indirect
379379 github.com/smartcontractkit/chainlink-feeds v0.0.0-20240710170203-5b41615da827 // indirect
380380 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
13541354github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
13551355github.com/slack-go/slack v0.12.2 h1:x3OppyMyGIbbiyFhsBmpf9pwkUzMhthJMRNmNlA4LaQ =
13561356github.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 =
13591359github.com/smartcontractkit/chainlink-automation v1.0.4 h1:iyW181JjKHLNMnDleI8umfIfVVlwC7+n5izbLSFgjw8 =
13601360github.com/smartcontractkit/chainlink-automation v1.0.4 /go.mod h1:u4NbPZKJ5XiayfKHD/v3z3iflQWqvtdhj13jVZXj/cM =
13611361github.com/smartcontractkit/chainlink-ccip v0.0.0-20240816163757-48726fd8165f h1:lQZBOjeYFpCdk0mGQUhbrJipd00tu49xK4zSijC/9Co =
You can’t perform that action at this time.
0 commit comments