Skip to content

Commit 0430b64

Browse files
committed
fix: bump sei-config to pick up giga_executor TOML key fix
1 parent e9353d9 commit 0430b64

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/oapi-codegen/runtime v1.2.0
1414
github.com/pelletier/go-toml/v2 v2.2.4
1515
github.com/robfig/cron/v3 v3.0.1
16-
github.com/sei-protocol/sei-config v0.0.8
16+
github.com/sei-protocol/sei-config v0.0.9-0.20260320200746-12deb0b30196
1717
github.com/sei-protocol/seilog v0.0.2
1818
github.com/urfave/cli/v3 v3.6.1
1919
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR
263263
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
264264
github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts=
265265
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc=
266-
github.com/sei-protocol/sei-config v0.0.8 h1:8HPxXvcJ4eBmHXLxUlpTe2/KZtBvsM+GeENnl65ldCQ=
267-
github.com/sei-protocol/sei-config v0.0.8/go.mod h1:IEAv5ynYw8Gu2F2qNfE4MQR0PPihAT6g7RWLpWdw5O0=
266+
github.com/sei-protocol/sei-config v0.0.9-0.20260320200746-12deb0b30196 h1:oZE3TTJ1mSpEmTXoc25Lgmp0zYZb5+yx5RUcRskZnRA=
267+
github.com/sei-protocol/sei-config v0.0.9-0.20260320200746-12deb0b30196/go.mod h1:IEAv5ynYw8Gu2F2qNfE4MQR0PPihAT6g7RWLpWdw5O0=
268268
github.com/sei-protocol/seilog v0.0.2 h1:xDWNr1LUHLnOER1o/5f3rq2TQZFCv/mG1ANBaQcw24s=
269269
github.com/sei-protocol/seilog v0.0.2/go.mod h1:CKg58wraWnB3gRxWQ0v1rIVr0gmDHjkfP1bM2giKFFU=
270270
github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk=

0 commit comments

Comments
 (0)