File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ module github.com/isaacphi/mcp-language-server
33go 1.24.0
44
55require (
6+ github.com/davecgh/go-spew v1.1.1
67 github.com/fsnotify/fsnotify v1.9.0
78 github.com/mark3labs/mcp-go v0.25.0
89 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
910 github.com/stretchr/testify v1.10.0
10- golang.org/x/text v0.24 .0
11+ golang.org/x/text v0.25 .0
1112)
1213
1314require (
1415 github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
15- github.com/davecgh/go-spew v1.1.1 // indirect
1616 github.com/google/go-cmp v0.7.0 // indirect
1717 github.com/google/uuid v1.6.0 // indirect
1818 github.com/kisielk/errcheck v1.9.0 // indirect
@@ -22,7 +22,7 @@ require (
2222 github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
2323 golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
2424 golang.org/x/mod v0.24.0 // indirect
25- golang.org/x/sync v0.13 .0 // indirect
25+ golang.org/x/sync v0.14 .0 // indirect
2626 golang.org/x/sys v0.31.0 // indirect
2727 golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect
2828 golang.org/x/tools v0.31.0 // indirect
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac h1:TSSpLIG4v+p0rP
4444golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac /go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk =
4545golang.org/x/mod v0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU =
4646golang.org/x/mod v0.24.0 /go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww =
47- golang.org/x/sync v0.13 .0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610 =
48- golang.org/x/sync v0.13 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
47+ golang.org/x/sync v0.14 .0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ =
48+ golang.org/x/sync v0.14 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
4949golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
5050golang.org/x/sys v0.31.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
5151golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 h1:FemxDzfMUcK2f3YY4H+05K9CDzbSVr2+q/JKN45pey0 =
5252golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 /go.mod h1:pRgIJT+bRLFKnoM1ldnzKoxTIn14Yxz928LQRYYgIN0 =
53- golang.org/x/text v0.24 .0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0 =
54- golang.org/x/text v0.24 .0 /go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU =
53+ golang.org/x/text v0.25 .0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4 =
54+ golang.org/x/text v0.25 .0 /go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA =
5555golang.org/x/tools v0.31.0 h1:0EedkvKDbh+qistFTd0Bcwe/YLh4vHwWEkiI0toFIBU =
5656golang.org/x/tools v0.31.0 /go.mod h1:naFTU+Cev749tSJRXJlna0T3WxKvb1kWEx15xA4SdmQ =
5757golang.org/x/vuln v1.1.4 h1:Ju8QsuyhX3Hk8ma3CesTbO8vfJD9EvUBgHvkxHBzj0I =
You can’t perform that action at this time.
0 commit comments