-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (27 loc) · 1022 Bytes
/
Copy pathgo.mod
File metadata and controls
32 lines (27 loc) · 1022 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
29
30
31
32
module github.com/stricttools/selfdoc
go 1.26.3
toolchain go1.26.6
require (
github.com/smm-h/go-toml-edit v0.4.0
github.com/smm-h/strictcli/go v0.34.0
github.com/stricttools/testisolation/go v0.3.0
)
// chroma highlights code blocks, tinymoon composes the themes, brotli
// compresses the build output, strictspec generates the document validators,
// gotreesitter parses Python source in-process, x/text normalizes heading
// slugs, and playwright-go drives the browser suite behind the e2e build tag.
require (
github.com/alecthomas/chroma/v2 v2.27.0
github.com/andybalholm/brotli v1.2.4
github.com/odvcencio/gotreesitter v0.52.0
github.com/playwright-community/playwright-go v0.6000.0
github.com/smm-h/tinymoon v0.11.0
github.com/stricttools/strictspec/go v0.4.0
golang.org/x/text v0.42.0
)
require (
github.com/deckarep/golang-set/v2 v2.8.0 // indirect
github.com/dlclark/regexp2/v2 v2.2.1 // indirect
github.com/go-jose/go-jose/v3 v3.0.5 // indirect
github.com/go-stack/stack v1.8.1 // indirect
)