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.23
8+ github.com/smartcontractkit/chain-selectors v1.0.27
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.23 h1:D2Eaex4Cw/O7Lg3tX6WklOqnjjIQAEBnutCtksPzVDY =
74- github.com/smartcontractkit/chain-selectors v1.0.23 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
73+ github.com/smartcontractkit/chain-selectors v1.0.27 h1:VE/ftX9Aae4gnw67yR1raKi+30iWKL/sWq8uyiLHM8k =
74+ github.com/smartcontractkit/chain-selectors v1.0.27 /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.25
25+ github.com/smartcontractkit/chain-selectors v1.0.27
2626 github.com/smartcontractkit/chainlink-automation v1.0.4
2727 github.com/smartcontractkit/chainlink-common v0.2.2-0.20240723123524-e407ecd120b1
2828 github.com/smartcontractkit/chainlink/v2 v2.0.0-00010101000000-000000000000
Original file line number Diff line number Diff line change @@ -1070,8 +1070,8 @@ github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMB
10701070github.com/sirupsen/logrus v1.4.2 /go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE =
10711071github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
10721072github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
1073- github.com/smartcontractkit/chain-selectors v1.0.25 h1:TrcpbCsDRJ1322ukdi64KBou4aabPnQ1OYfQMFMrjcg =
1074- github.com/smartcontractkit/chain-selectors v1.0.25 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
1073+ github.com/smartcontractkit/chain-selectors v1.0.27 h1:VE/ftX9Aae4gnw67yR1raKi+30iWKL/sWq8uyiLHM8k =
1074+ github.com/smartcontractkit/chain-selectors v1.0.27 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
10751075github.com/smartcontractkit/chainlink-automation v1.0.4 h1:iyW181JjKHLNMnDleI8umfIfVVlwC7+n5izbLSFgjw8 =
10761076github.com/smartcontractkit/chainlink-automation v1.0.4 /go.mod h1:u4NbPZKJ5XiayfKHD/v3z3iflQWqvtdhj13jVZXj/cM =
10771077github.com/smartcontractkit/chainlink-common v0.2.2-0.20240723123524-e407ecd120b1 h1:pdEpjgbZ5w/Sd5lzg/XiuC5gVyrmSovOo+3nUD46SP8 =
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ require (
7373 github.com/scylladb/go-reflectx v1.0.1
7474 github.com/shirou/gopsutil/v3 v3.24.3
7575 github.com/shopspring/decimal v1.4.0
76- github.com/smartcontractkit/chain-selectors v1.0.25
76+ github.com/smartcontractkit/chain-selectors v1.0.27
7777 github.com/smartcontractkit/chainlink-automation v1.0.4
7878 github.com/smartcontractkit/chainlink-common v0.2.2-0.20240723123524-e407ecd120b1
7979 github.com/smartcontractkit/chainlink-cosmos v0.4.1-0.20240710121324-3ed288aa9b45
Original file line number Diff line number Diff line change @@ -1026,8 +1026,8 @@ github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMB
10261026github.com/sirupsen/logrus v1.4.2 /go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE =
10271027github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
10281028github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
1029- github.com/smartcontractkit/chain-selectors v1.0.25 h1:TrcpbCsDRJ1322ukdi64KBou4aabPnQ1OYfQMFMrjcg =
1030- github.com/smartcontractkit/chain-selectors v1.0.25 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
1029+ github.com/smartcontractkit/chain-selectors v1.0.27 h1:VE/ftX9Aae4gnw67yR1raKi+30iWKL/sWq8uyiLHM8k =
1030+ github.com/smartcontractkit/chain-selectors v1.0.27 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
10311031github.com/smartcontractkit/chainlink-automation v1.0.4 h1:iyW181JjKHLNMnDleI8umfIfVVlwC7+n5izbLSFgjw8 =
10321032github.com/smartcontractkit/chainlink-automation v1.0.4 /go.mod h1:u4NbPZKJ5XiayfKHD/v3z3iflQWqvtdhj13jVZXj/cM =
10331033github.com/smartcontractkit/chainlink-common v0.2.2-0.20240723123524-e407ecd120b1 h1:pdEpjgbZ5w/Sd5lzg/XiuC5gVyrmSovOo+3nUD46SP8 =
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ require (
3232 github.com/segmentio/ksuid v1.0.4
3333 github.com/shopspring/decimal v1.4.0
3434 github.com/slack-go/slack v0.12.2
35- github.com/smartcontractkit/chain-selectors v1.0.25
35+ github.com/smartcontractkit/chain-selectors v1.0.27
3636 github.com/smartcontractkit/chainlink-automation v1.0.4
3737 github.com/smartcontractkit/chainlink-common v0.2.2-0.20240723123524-e407ecd120b1
3838 github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.0
Original file line number Diff line number Diff line change @@ -1413,8 +1413,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
14131413github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
14141414github.com/slack-go/slack v0.12.2 h1:x3OppyMyGIbbiyFhsBmpf9pwkUzMhthJMRNmNlA4LaQ =
14151415github.com/slack-go/slack v0.12.2 /go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw =
1416- github.com/smartcontractkit/chain-selectors v1.0.25 h1:TrcpbCsDRJ1322ukdi64KBou4aabPnQ1OYfQMFMrjcg =
1417- github.com/smartcontractkit/chain-selectors v1.0.25 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
1416+ github.com/smartcontractkit/chain-selectors v1.0.27 h1:VE/ftX9Aae4gnw67yR1raKi+30iWKL/sWq8uyiLHM8k =
1417+ github.com/smartcontractkit/chain-selectors v1.0.27 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
14181418github.com/smartcontractkit/chainlink-automation v1.0.4 h1:iyW181JjKHLNMnDleI8umfIfVVlwC7+n5izbLSFgjw8 =
14191419github.com/smartcontractkit/chainlink-automation v1.0.4 /go.mod h1:u4NbPZKJ5XiayfKHD/v3z3iflQWqvtdhj13jVZXj/cM =
14201420github.com/smartcontractkit/chainlink-common v0.2.2-0.20240723123524-e407ecd120b1 h1:pdEpjgbZ5w/Sd5lzg/XiuC5gVyrmSovOo+3nUD46SP8 =
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ require (
393393 github.com/shoenig/go-m1cpu v0.1.6 // indirect
394394 github.com/shopspring/decimal v1.4.0 // indirect
395395 github.com/sirupsen/logrus v1.9.3 // indirect
396- github.com/smartcontractkit/chain-selectors v1.0.25 // indirect
396+ github.com/smartcontractkit/chain-selectors v1.0.27 // indirect
397397 github.com/smartcontractkit/chainlink-data-streams v0.0.0-20240718160222-2dc0c8136bfa // indirect
398398 github.com/smartcontractkit/chainlink-feeds v0.0.0-20240710170203-5b41615da827 // indirect
399399 github.com/smartcontractkit/chainlink-solana v1.0.3-0.20240712132946-267a37c5ac6e // indirect
Original file line number Diff line number Diff line change @@ -1385,8 +1385,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
13851385github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
13861386github.com/slack-go/slack v0.12.2 h1:x3OppyMyGIbbiyFhsBmpf9pwkUzMhthJMRNmNlA4LaQ =
13871387github.com/slack-go/slack v0.12.2 /go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw =
1388- github.com/smartcontractkit/chain-selectors v1.0.25 h1:TrcpbCsDRJ1322ukdi64KBou4aabPnQ1OYfQMFMrjcg =
1389- github.com/smartcontractkit/chain-selectors v1.0.25 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
1388+ github.com/smartcontractkit/chain-selectors v1.0.27 h1:VE/ftX9Aae4gnw67yR1raKi+30iWKL/sWq8uyiLHM8k =
1389+ github.com/smartcontractkit/chain-selectors v1.0.27 /go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE =
13901390github.com/smartcontractkit/chainlink-automation v1.0.4 h1:iyW181JjKHLNMnDleI8umfIfVVlwC7+n5izbLSFgjw8 =
13911391github.com/smartcontractkit/chainlink-automation v1.0.4 /go.mod h1:u4NbPZKJ5XiayfKHD/v3z3iflQWqvtdhj13jVZXj/cM =
13921392github.com/smartcontractkit/chainlink-common v0.2.2-0.20240723123524-e407ecd120b1 h1:pdEpjgbZ5w/Sd5lzg/XiuC5gVyrmSovOo+3nUD46SP8 =
You can’t perform that action at this time.
0 commit comments