We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ead95c commit 018f47bCopy full SHA for 018f47b
go.mod
@@ -7,16 +7,13 @@ require (
7
github.com/mattn/go-sqlite3 v1.14.27
8
github.com/mark3labs/mcp-go v0.18.0
9
github.com/rs/zerolog v1.34.0
10
- github.com/stretchr/testify v1.9.0
11
go.uber.org/fx v1.23.0
12
)
13
14
require (
15
- github.com/davecgh/go-spew v1.1.1 // indirect
16
github.com/google/uuid v1.6.0 // indirect
17
github.com/mattn/go-colorable v0.1.14 // indirect
18
github.com/mattn/go-isatty v0.0.20 // indirect
19
- github.com/pmezard/go-difflib v1.0.0 // indirect
20
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
21
go.uber.org/dig v1.18.1 // indirect
22
go.uber.org/multierr v1.11.0 // indirect
0 commit comments