Skip to content

Commit 7e6a7ce

Browse files
authored
feat: bump solver config (#57)
1 parent 648a2e4 commit 7e6a7ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/rs/zerolog v1.25.0
1919
github.com/spf13/cobra v1.8.1
2020
github.com/spf13/viper v1.9.0
21-
github.com/sprintertech/solver-config/go v0.0.0-20250529124037-c285cf3b5a60
21+
github.com/sprintertech/solver-config/go v0.0.0-20250710125738-eb8eeea57100
2222
github.com/stretchr/testify v1.10.0
2323
github.com/sygmaprotocol/sygma-core v0.0.0-20250304150334-bd39ac4f7b82
2424
go.opentelemetry.io/otel v1.16.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,8 @@ github.com/sprintertech/solver-config/go v0.0.0-20250513131040-3cde77de33bb h1:F
768768
github.com/sprintertech/solver-config/go v0.0.0-20250513131040-3cde77de33bb/go.mod h1:Y0MjuSx4gxwYo9/rJcwB05DmNwDsDVcGDphh6hN0uX8=
769769
github.com/sprintertech/solver-config/go v0.0.0-20250529124037-c285cf3b5a60 h1:QBjqQFS3SvchRtpUOIWfJG9S5cTz/6rHrCzXEOPAXqY=
770770
github.com/sprintertech/solver-config/go v0.0.0-20250529124037-c285cf3b5a60/go.mod h1:MrIGW6M815PSYKtWSeOd1Z7eiSeOIk/uA/6E2PhlQVQ=
771+
github.com/sprintertech/solver-config/go v0.0.0-20250710125738-eb8eeea57100 h1:JSDdVqsmYpkOYW2cI6xc/yk03hJX6TYf8q8R0t1NviU=
772+
github.com/sprintertech/solver-config/go v0.0.0-20250710125738-eb8eeea57100/go.mod h1:MrIGW6M815PSYKtWSeOd1Z7eiSeOIk/uA/6E2PhlQVQ=
771773
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
772774
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
773775
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

0 commit comments

Comments
 (0)