Skip to content

Commit 47d7fb5

Browse files
committed
fix(gen/schema): fix GitHub authentication token
1 parent d4c2336 commit 47d7fb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/lmittmann/tint v1.1.2 // indirect
2626
github.com/mailru/easyjson v0.7.7 // indirect
2727
github.com/pmezard/go-difflib v1.0.0 // indirect
28-
github.com/selesy/ethereum-mcp/gen v0.0.0-20250901143222-ec5e821f1804 // indirect
28+
github.com/selesy/ethereum-mcp/gen v0.0.0-20250901154801-d4c233633a9f // indirect
2929
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
3030
golang.org/x/mod v0.22.0 // indirect
3131
golang.org/x/sync v0.10.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0
2626
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
2727
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
2828
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
29-
github.com/selesy/ethereum-mcp/gen v0.0.0-20250901143222-ec5e821f1804 h1:Kx1a+kybWAsa2omYizbW39ly8Ijs6dVcAeGsba/joMw=
30-
github.com/selesy/ethereum-mcp/gen v0.0.0-20250901143222-ec5e821f1804/go.mod h1:spQUq+TrIVOj+XfbHVOZwB+T9WYcJ3+mAdM0vsUDe8E=
29+
github.com/selesy/ethereum-mcp/gen v0.0.0-20250901154801-d4c233633a9f h1:P2q1cgIP7V0nt495obAAh7rI5te82hu9KyZrQnwJ4I4=
30+
github.com/selesy/ethereum-mcp/gen v0.0.0-20250901154801-d4c233633a9f/go.mod h1:spQUq+TrIVOj+XfbHVOZwB+T9WYcJ3+mAdM0vsUDe8E=
3131
github.com/selesy/jsonschema v0.14.0-rc1 h1:rGdpQeWFk76uxpmOx0lrA9Lwb+eVTBPZ6io5IC7rVIk=
3232
github.com/selesy/jsonschema v0.14.0-rc1/go.mod h1:QgbdOu2y8GVkNvmK+npB2dvXlbdEL0eQ2LrRcHRTcKU=
3333
github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=

0 commit comments

Comments
 (0)