File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/emersion/go-message v0.18.2
1010 github.com/goccy/go-json v0.10.6
1111 github.com/mattn/go-sqlite3 v1.14.34
12- github.com/modelcontextprotocol/go-sdk v1.4.0
12+ github.com/modelcontextprotocol/go-sdk v1.4.1
1313 github.com/prometheus/client_golang v1.23.2
1414 github.com/rs/zerolog v1.34.0
1515 github.com/urfave/cli/v3 v3.7.0
@@ -34,7 +34,7 @@ require (
3434 github.com/prometheus/procfs v0.16.1 // indirect
3535 github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
3636 github.com/segmentio/asm v1.1.3 // indirect
37- github.com/segmentio/encoding v0.5.3 // indirect
37+ github.com/segmentio/encoding v0.5.4 // indirect
3838 github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
3939 go.yaml.in/yaml/v2 v2.4.2 // indirect
4040 golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ github.com/mattn/go-sqlite3 v1.14.34 h1:3NtcvcUnFBPsuRcno8pUtupspG/GM+9nZ88zgJcp
5656github.com/mattn/go-sqlite3 v1.14.34 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
5757github.com/modelcontextprotocol/go-sdk v1.4.0 h1:u0kr8lbJc1oBcawK7Df+/ajNMpIDFE41OEPxdeTLOn8 =
5858github.com/modelcontextprotocol/go-sdk v1.4.0 /go.mod h1:Nxc2n+n/GdCebUaqCOhTetptS17SXXNu9IfNTaLDi1E =
59+ github.com/modelcontextprotocol/go-sdk v1.4.1 h1:M4x9GyIPj+HoIlHNGpK2hq5o3BFhC+78PkEaldQRphc =
60+ github.com/modelcontextprotocol/go-sdk v1.4.1 /go.mod h1:Bo/mS87hPQqHSRkMv4dQq1XCu6zv4INdXnFZabkNU6s =
5961github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
6062github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
6163github.com/ncruces/go-strftime v1.0.0 h1:HMFp8mLCTPp341M/ZnA4qaf7ZlsbTc+miZjCLOFAw7w =
@@ -82,6 +84,8 @@ github.com/segmentio/asm v1.1.3 h1:WM03sfUOENvvKexOLp+pCqgb/WDjsi7EK8gIsICtzhc=
8284github.com/segmentio/asm v1.1.3 /go.mod h1:Ld3L4ZXGNcSLRg4JBsZ3//1+f/TjYl0Mzen/DQy1EJg =
8385github.com/segmentio/encoding v0.5.3 h1:OjMgICtcSFuNvQCdwqMCv9Tg7lEOXGwm1J5RPQccx6w =
8486github.com/segmentio/encoding v0.5.3 /go.mod h1:HS1ZKa3kSN32ZHVZ7ZLPLXWvOVIiZtyJnO1gPH1sKt0 =
87+ github.com/segmentio/encoding v0.5.4 h1:OW1VRern8Nw6ITAtwSZ7Idrl3MXCFwXHPgqESYfvNt0 =
88+ github.com/segmentio/encoding v0.5.4 /go.mod h1:HS1ZKa3kSN32ZHVZ7ZLPLXWvOVIiZtyJnO1gPH1sKt0 =
8589github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
8690github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
8791github.com/urfave/cli/v3 v3.7.0 h1:AGSnbUyjtLiM+WJUb4dzXKldl/gL+F8OwmRDtVr6g2U =
You can’t perform that action at this time.
0 commit comments