-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 874 Bytes
/
go.mod
File metadata and controls
27 lines (23 loc) · 874 Bytes
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
module github.com/sourcegraph/docsite
require (
github.com/alecthomas/chroma v0.10.0
github.com/google/go-cmp v0.7.0
github.com/mozillazg/go-slugify v0.2.0
github.com/pkg/errors v0.9.1
github.com/shurcooL/sanitized_anchor_name v1.0.0
github.com/sourcegraph/go-jsonschema v0.0.0-20191016093751-6a4f2b621f5d
github.com/sourcegraph/jsonschemadoc v0.0.0-20190214000648-1850b818f08c
github.com/yuin/goldmark v1.5.4
github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914
golang.org/x/tools v0.0.0-20191122071640-df8e87c2cec0
gopkg.in/yaml.v2 v2.3.0
)
require (
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/mozillazg/go-unidecode v0.1.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.21
toolchain go1.23.2