-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 777 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/gostaticanalysis/knife
go 1.23.4
require (
github.com/gostaticanalysis/analysisutil v0.7.1
github.com/gostaticanalysis/astquery v0.0.0-20200823120951-321f091076cd
github.com/gostaticanalysis/comment v1.5.0
github.com/modelcontextprotocol/go-sdk v0.0.0-20250625213837-ff0d746521c4
github.com/newmo-oss/gogroup v0.2.0
golang.org/x/tools v0.34.0
)
require (
github.com/antchfx/xpath v1.3.3 // indirect
github.com/gostaticanalysis/testutil v0.4.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/otiai10/copy v1.14.0 // indirect
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
golang.org/x/mod v0.25.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
)