-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathgo.mod
More file actions
44 lines (40 loc) · 1.66 KB
/
go.mod
File metadata and controls
44 lines (40 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/sourcegraph/scip
go 1.25.0
replace github.com/sourcegraph/scip/bindings/go/scip => ./bindings/go/scip
require (
github.com/hhatto/gocloc v0.4.2
github.com/k0kubun/pp/v3 v3.1.0
github.com/klauspost/compress v1.18.0
github.com/montanaflynn/stats v0.7.1
github.com/sourcegraph/scip/bindings/go/scip v0.0.0-00010101000000-000000000000
github.com/stretchr/testify v1.11.1
github.com/urfave/cli/v2 v2.25.7
google.golang.org/protobuf v1.36.6
zombiezen.com/go/sqlite v1.0.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/go-enry/go-enry/v2 v2.7.2 // indirect
github.com/go-enry/go-oniguruma v1.2.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hexops/gotextdiff v1.0.3 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sourcegraph/beaut v0.0.0-20240611013027-627e4c25335a // indirect
github.com/spf13/afero v1.10.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/libc v1.41.0 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.7.2 // indirect
modernc.org/sqlite v1.27.0 // indirect
)