Skip to content

Commit 85accaf

Browse files
authored
[CRE-491] Delete unused consts pkg (instead we use its copy from common) (#1577)
* Minor. * Minor. * Minor. * chore: trigger pipeline * chore: trigger pipeline * Minor. * chore: trigger pipeline * Minor. * Minor. * Minor. * chore: trigger pipeline
1 parent c358f82 commit 85accaf

File tree

10 files changed

+62
-211
lines changed

10 files changed

+62
-211
lines changed

chains/evm/deployment/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment
22

3-
go 1.25.3
3+
go 1.25.5
44

55
replace (
66
// Taken from CLDF go.mod: https://github.com/smartcontractkit/chainlink-deployments-framework/blob/main/go.mod
@@ -21,7 +21,7 @@ require (
2121
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20250911201806-5a095deaeb52
2222
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-00010101000000-000000000000
2323
github.com/smartcontractkit/chainlink-common v0.9.6-0.20260114142648-bd9e1b483e96
24-
github.com/smartcontractkit/chainlink-deployments-framework v0.74.2
24+
github.com/smartcontractkit/chainlink-deployments-framework v0.75.2-0.20260120092221-c83e6ba1e827
2525
github.com/smartcontractkit/chainlink-evm v0.3.3
2626
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20250808121824-2c3544aab8f3
2727
github.com/smartcontractkit/mcms v0.31.1
@@ -110,7 +110,7 @@ require (
110110
github.com/go-playground/locales v0.14.1 // indirect
111111
github.com/go-playground/universal-translator v0.18.1 // indirect
112112
github.com/go-playground/validator/v10 v10.28.0 // indirect
113-
github.com/go-resty/resty/v2 v2.16.5 // indirect
113+
github.com/go-resty/resty/v2 v2.17.1 // indirect
114114
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
115115
github.com/gofrs/flock v0.12.1 // indirect
116116
github.com/gogo/protobuf v1.3.2 // indirect
@@ -213,7 +213,7 @@ require (
213213
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 // indirect
214214
github.com/sirupsen/logrus v1.9.3 // indirect
215215
github.com/smartcontractkit/chainlink-aptos v0.0.0-20251024142440-51f2ad2652a2 // indirect
216-
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250908144012-8184001834b5 // indirect
216+
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260119161343-499241536dea // indirect
217217
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250908144012-8184001834b5 // indirect
218218
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect
219219
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251124151448-0448aefdaab9 // indirect
@@ -279,8 +279,8 @@ require (
279279
golang.org/x/text v0.33.0 // indirect
280280
golang.org/x/time v0.12.0 // indirect
281281
golang.org/x/tools v0.40.0 // indirect
282-
google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8 // indirect
283-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
282+
google.golang.org/genproto/googleapis/api v0.0.0-20260114163908-3f89685c29c3 // indirect
283+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
284284
google.golang.org/grpc v1.77.0 // indirect
285285
google.golang.org/protobuf v1.36.11 // indirect
286286
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect

chains/evm/deployment/go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJn
283283
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
284284
github.com/go-playground/validator/v10 v10.28.0 h1:Q7ibns33JjyW48gHkuFT91qX48KG0ktULL6FgHdG688=
285285
github.com/go-playground/validator/v10 v10.28.0/go.mod h1:GoI6I1SjPBh9p7ykNE/yj3fFYbyDOpwMn5KXd+m2hUU=
286-
github.com/go-resty/resty/v2 v2.16.5 h1:hBKqmWrr7uRc3euHVqmh1HTHcKn99Smr7o5spptdhTM=
287-
github.com/go-resty/resty/v2 v2.16.5/go.mod h1:hkJtXbA2iKHzJheXYvQ8snQES5ZLGKMwQ07xAwp/fiA=
286+
github.com/go-resty/resty/v2 v2.17.1 h1:x3aMpHK1YM9e4va/TMDRlusDDoZiQ+ViDu/WpA6xTM4=
287+
github.com/go-resty/resty/v2 v2.17.1/go.mod h1:kCKZ3wWmwJaNc7S29BRtUhJwy7iqmn+2mLtQrOyQlVA=
288288
github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y=
289289
github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=
290290
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
@@ -680,16 +680,16 @@ github.com/smartcontractkit/chain-selectors v1.0.89 h1:L9oWZGqQXWyTPnC6ODXgu3b0D
680680
github.com/smartcontractkit/chain-selectors v1.0.89/go.mod h1:qy7whtgG5g+7z0jt0nRyii9bLND9m15NZTzuQPkMZ5w=
681681
github.com/smartcontractkit/chainlink-aptos v0.0.0-20251024142440-51f2ad2652a2 h1:vGdeMwHO3ow88HvxfhA4DDPYNY0X9jmdux7L83UF/W8=
682682
github.com/smartcontractkit/chainlink-aptos v0.0.0-20251024142440-51f2ad2652a2/go.mod h1:iteU0WORHkArACVh/HoY/1bipV4TcNcJdTmom9uIT0E=
683-
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250908144012-8184001834b5 h1:GmJQqNrWn5pNc8YTei6l2TOSYjK2fRd4+edFZIifCrU=
684-
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250908144012-8184001834b5/go.mod h1:Ve1xD71bl193YIZQEoJMmBqLGQJdNs29bwbuObwvbhQ=
683+
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260119161343-499241536dea h1:JiqVOu+cokXY5HbMEGn95sHgu2oTwm6ANRwiI0nZeyQ=
684+
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260119161343-499241536dea/go.mod h1:eCB6SVL+y9URXJgYtDgGMvHjSjbwRbo4oLSwShsusOo=
685685
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250908144012-8184001834b5 h1:QhcYGEhRLInr1/qh/3RJiVdvJ0nxBHKhPe65WLbSBnU=
686686
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250908144012-8184001834b5/go.mod h1:xtZNi6pOKdC3sLvokDvXOhgHzT+cyBqH/gWwvxTxqrg=
687687
github.com/smartcontractkit/chainlink-common v0.9.6-0.20260114142648-bd9e1b483e96 h1:ZnBBOLyMLJjgQQm7WRJl8sA9Q2RhwagJ+WR62VnA3MY=
688688
github.com/smartcontractkit/chainlink-common v0.9.6-0.20260114142648-bd9e1b483e96/go.mod h1:DAwaVSiQMgAsCjHa8nOnIAM9GixuIQWsgEZFGpf3JxE=
689689
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9oqASnkS03RE1HQwYQQxrO4l46O5JSzxqLgg=
690690
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10/go.mod h1:oiDa54M0FwxevWwyAX773lwdWvFYYlYHHQV1LQ5HpWY=
691-
github.com/smartcontractkit/chainlink-deployments-framework v0.74.2 h1:OP4TAlIz8gz0iokYCBleQlpSoxXUBhqUPyV8Xfr34ek=
692-
github.com/smartcontractkit/chainlink-deployments-framework v0.74.2/go.mod h1:YHsMLM5bS9rhvXssmsJtvhmF4tDAm/kdmQi+ws/PLEw=
691+
github.com/smartcontractkit/chainlink-deployments-framework v0.75.2-0.20260120092221-c83e6ba1e827 h1:8R5BstwQlzucsa/wfHXsIG5lOD6B1fYPHHC/yFYossw=
692+
github.com/smartcontractkit/chainlink-deployments-framework v0.75.2-0.20260120092221-c83e6ba1e827/go.mod h1:YpOudvJ+dCK7JbW+NgYE/48dDRFWd+YCVYBsplksf0Q=
693693
github.com/smartcontractkit/chainlink-evm v0.3.3 h1:JqwyJEtnNEUaoQQPoOBTT4sn2lpdIZHtf0Hr0M60YDw=
694694
github.com/smartcontractkit/chainlink-evm v0.3.3/go.mod h1:q0ZBvaoisNaqC8NcMYWNPTjee88nQktDEeJMQHq3hVI=
695695
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20250808121824-2c3544aab8f3 h1:SRMNzCdQnF2x6+QlL5YSzVeWyJb/BXqMrg+zSGaBPVg=
@@ -1071,10 +1071,10 @@ google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoA
10711071
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
10721072
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
10731073
google.golang.org/genproto v0.0.0-20210401141331-865547bb08e2/go.mod h1:9lPAdzaEmUacj36I+k7YKbEc5CXzPIeORRgDAUOu28A=
1074-
google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8 h1:mepRgnBZa07I4TRuomDE4sTIYieg/osKmzIf4USdWS4=
1075-
google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8/go.mod h1:fDMmzKV90WSg1NbozdqrE64fkuTv6mlq2zxo9ad+3yo=
1076-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 h1:M1rk8KBnUsBDg1oPGHNCxG4vc1f49epmTO7xscSajMk=
1077-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8/go.mod h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk=
1074+
google.golang.org/genproto/googleapis/api v0.0.0-20260114163908-3f89685c29c3 h1:X9z6obt+cWRX8XjDVOn+SZWhWe5kZHm46TThU9j+jss=
1075+
google.golang.org/genproto/googleapis/api v0.0.0-20260114163908-3f89685c29c3/go.mod h1:dd646eSK+Dk9kxVBl1nChEOhJPtMXriCcVb4x3o6J+E=
1076+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b h1:Mv8VFug0MP9e5vUxfBcE3vUkV6CImK3cMNMIDFjmzxU=
1077+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b/go.mod h1:j9x/tPzZkyxcgEFkiKEEGxfvyumM01BEtsW8xzOahRQ=
10781078
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
10791079
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
10801080
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=

chains/solana/deployment/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ require (
134134
github.com/shopspring/decimal v1.4.0 // indirect
135135
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 // indirect
136136
github.com/smartcontractkit/chainlink-aptos v0.0.0-20251024142440-51f2ad2652a2 // indirect
137-
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20250911201806-5a095deaeb52 // indirect
137+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260119161343-499241536dea // indirect
138138
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect
139139
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20250808121824-2c3544aab8f3 // indirect
140140
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251124151448-0448aefdaab9 // indirect

chains/solana/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/gagliardetto/binary v0.8.0
1010
github.com/gagliardetto/solana-go v1.13.0
1111
github.com/pelletier/go-toml/v2 v2.2.4
12-
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250320090719-315440f5b0a7
12+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260119161343-499241536dea
1313
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-00010101000000-000000000000
1414
github.com/smartcontractkit/chainlink-common v0.9.6-0.20260114142648-bd9e1b483e96
1515
github.com/stretchr/testify v1.11.1
@@ -32,6 +32,7 @@ require (
3232
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
3333
github.com/leodido/go-urn v1.4.0 // indirect
3434
github.com/shopspring/decimal v1.4.0 // indirect
35+
github.com/smartcontractkit/chain-selectors v1.0.89 // indirect
3536
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect
3637
github.com/smartcontractkit/freeport v0.1.3-0.20250716200817-cb5dfd0e369e // indirect
3738
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
@@ -88,7 +89,7 @@ require (
8889
go.opentelemetry.io/otel/trace v1.38.0 // indirect
8990
go.uber.org/multierr v1.11.0 // indirect
9091
go.uber.org/ratelimit v0.2.0 // indirect
91-
go.uber.org/zap v1.27.0 // indirect
92+
go.uber.org/zap v1.27.1 // indirect
9293
golang.org/x/sys v0.40.0 // indirect
9394
golang.org/x/term v0.39.0 // indirect
9495
golang.org/x/time v0.12.0 // indirect

chains/solana/go.sum

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,10 @@ github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7
108108
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
109109
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
110110
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
111-
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250320090719-315440f5b0a7 h1:/VKrPJRo4y58whyBRhc9Fszu2eTNn0LNISaS0pjhTpk=
112-
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250320090719-315440f5b0a7/go.mod h1:AhqYIeGF2k94J+/gzRx5dQttlgUdZid2N6E4HlHVIVA=
111+
github.com/smartcontractkit/chain-selectors v1.0.89 h1:L9oWZGqQXWyTPnC6ODXgu3b0DFyLmJ9eHv+uJrE9IZY=
112+
github.com/smartcontractkit/chain-selectors v1.0.89/go.mod h1:qy7whtgG5g+7z0jt0nRyii9bLND9m15NZTzuQPkMZ5w=
113+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260119161343-499241536dea h1:zfXXbCddRAqUjk/I7f/PT9zwVWjCZMY0T6mJuTXOAhI=
114+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260119161343-499241536dea/go.mod h1:ZtZ+wtqU9JsJEmbiCsavVVEbhywpgMF7q/IpD9Eaq48=
113115
github.com/smartcontractkit/chainlink-common v0.9.6-0.20260114142648-bd9e1b483e96 h1:ZnBBOLyMLJjgQQm7WRJl8sA9Q2RhwagJ+WR62VnA3MY=
114116
github.com/smartcontractkit/chainlink-common v0.9.6-0.20260114142648-bd9e1b483e96/go.mod h1:DAwaVSiQMgAsCjHa8nOnIAM9GixuIQWsgEZFGpf3JxE=
115117
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9oqASnkS03RE1HQwYQQxrO4l46O5JSzxqLgg=
@@ -196,8 +198,8 @@ go.uber.org/ratelimit v0.2.0 h1:UQE2Bgi7p2B85uP5dC2bbRtig0C+OeNRnNEafLjsLPA=
196198
go.uber.org/ratelimit v0.2.0/go.mod h1:YYBV4e4naJvhpitQrWJu1vCpgB7CboMe0qhltKt6mUg=
197199
go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q=
198200
go.uber.org/zap v1.21.0/go.mod h1:wjWOCqI0f2ZZrJF/UufIOkiC8ii6tm1iqIsLo76RfJw=
199-
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
200-
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
201+
go.uber.org/zap v1.27.1 h1:08RqriUEv8+ArZRYSTXy1LeBScaMpVSTBhCeaZYfMYc=
202+
go.uber.org/zap v1.27.1/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
201203
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
202204
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
203205
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=

devenv/go.mod

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/chainlink-ccip/devenv
22

3-
go 1.25.4
3+
go 1.25.5
44

55
replace (
66
github.com/smartcontractkit/chainlink-ccip => ..
@@ -26,26 +26,26 @@ require (
2626
github.com/docker/go-connections v0.6.0 // indirect
2727
github.com/ethereum/go-ethereum v1.16.8
2828
github.com/gagliardetto/solana-go v1.13.0
29-
github.com/go-resty/resty/v2 v2.16.5
29+
github.com/go-resty/resty/v2 v2.17.1
3030
github.com/google/uuid v1.6.0
3131
github.com/pelletier/go-toml/v2 v2.2.4
3232
github.com/prometheus/client_golang v1.23.0
3333
github.com/rs/zerolog v1.34.0
3434
github.com/smartcontractkit/chain-selectors v1.0.89
35-
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251216154855-949167c7e9d1
35+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260119161343-499241536dea
3636
github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-00010101000000-000000000000
37-
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250908144012-8184001834b5
37+
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260119161343-499241536dea
3838
github.com/smartcontractkit/chainlink-ccip/chains/solana/deployment v0.0.0-00010101000000-000000000000
3939
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20251014191100-bad58388f0c9
4040
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260107192940-0be702ef3ff5
4141
github.com/smartcontractkit/chainlink-common v0.9.6-0.20260114142648-bd9e1b483e96
42-
github.com/smartcontractkit/chainlink-deployments-framework v0.74.2
42+
github.com/smartcontractkit/chainlink-deployments-framework v0.75.2-0.20260120092221-c83e6ba1e827
4343
github.com/smartcontractkit/chainlink-evm v0.3.3
4444
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20250808121824-2c3544aab8f3
4545
github.com/smartcontractkit/chainlink-testing-framework/framework v0.12.6
4646
github.com/smartcontractkit/chainlink-testing-framework/wasp v1.51.1
4747
github.com/smartcontractkit/libocr v0.0.0-20250912173940-f3ab0246e23d
48-
github.com/smartcontractkit/mcms v0.31.1
48+
github.com/smartcontractkit/mcms v0.32.0
4949
github.com/spf13/cobra v1.10.1
5050
github.com/stretchr/testify v1.11.1
5151
github.com/xssnick/tonutils-go v1.14.1
@@ -55,9 +55,9 @@ require (
5555
)
5656

5757
require (
58-
github.com/smartcontractkit/chainlink-ton v0.0.0-20260108224749-1189180d119d
59-
github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260108224749-1189180d119d
60-
github.com/smartcontractkit/chainlink-ton/devenv v0.0.0-20260108224749-1189180d119d
58+
github.com/smartcontractkit/chainlink-ton v0.0.0-20260119175539-ae7d01b4e643
59+
github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260119162312-74edaa830fa4
60+
github.com/smartcontractkit/chainlink-ton/devenv v0.0.0-20260119175539-ae7d01b4e643
6161
)
6262

6363
require (
@@ -220,6 +220,7 @@ require (
220220
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
221221
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
222222
github.com/hashicorp/golang-lru v1.0.2 // indirect
223+
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
223224
github.com/hashicorp/memberlist v0.5.2 // indirect
224225
github.com/hashicorp/serf v0.10.1 // indirect
225226
github.com/hashicorp/yamux v0.1.2 // indirect
@@ -324,7 +325,7 @@ require (
324325
github.com/rogpeppe/go-internal v1.14.1 // indirect
325326
github.com/rs/cors v1.11.1 // indirect
326327
github.com/russross/blackfriday/v2 v2.1.0 // indirect
327-
github.com/samber/lo v1.49.1 // indirect
328+
github.com/samber/lo v1.52.0 // indirect
328329
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
329330
github.com/scylladb/go-reflectx v1.0.1 // indirect
330331
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect

0 commit comments

Comments
 (0)