-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (24 loc) · 776 Bytes
/
go.mod
File metadata and controls
28 lines (24 loc) · 776 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
28
module go.abhg.dev/doc2go
go 1.25.0
require (
braces.dev/errtrace v0.4.0
github.com/alecthomas/chroma/v2 v2.23.1
github.com/andybalholm/cascadia v1.3.3
github.com/fluhus/godoc-tricks v1.6.0
github.com/peterbourgon/ff/v3 v3.4.0
github.com/stretchr/testify v1.11.1
golang.org/x/mod v0.35.0
golang.org/x/net v0.53.0
golang.org/x/text v0.36.0
golang.org/x/tools v0.44.0
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/tools/go/expect v0.1.0-deprecated // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
tool braces.dev/errtrace/cmd/errtrace