Skip to content

Commit 018f47b

Browse files
committed
fix: linting issues
1 parent 9ead95c commit 018f47b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

go.mod

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ require (
77
github.com/mattn/go-sqlite3 v1.14.27
88
github.com/mark3labs/mcp-go v0.18.0
99
github.com/rs/zerolog v1.34.0
10-
github.com/stretchr/testify v1.9.0
1110
go.uber.org/fx v1.23.0
1211
)
1312

1413
require (
15-
github.com/davecgh/go-spew v1.1.1 // indirect
1614
github.com/google/uuid v1.6.0 // indirect
1715
github.com/mattn/go-colorable v0.1.14 // indirect
1816
github.com/mattn/go-isatty v0.0.20 // indirect
19-
github.com/pmezard/go-difflib v1.0.0 // indirect
2017
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
2118
go.uber.org/dig v1.18.1 // indirect
2219
go.uber.org/multierr v1.11.0 // indirect

0 commit comments

Comments
 (0)