-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (29 loc) · 677 Bytes
/
Copy pathgo.mod
File metadata and controls
34 lines (29 loc) · 677 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
33
34
module github.com/ProCode-Software/klar
go 1.26.0
require (
github.com/ergochat/readline v0.1.3
github.com/sanity-io/litter v1.5.8
golang.org/x/sync v0.21.0
golang.org/x/term v0.44.0
golang.org/x/tools v0.47.0
)
require (
github.com/aclements/go-moremath v0.0.0-20241023150245-c8bbc672ef66 // indirect
golang.org/x/mod v0.37.0 // indirect
golang.org/x/perf v0.0.0-20260610192853-712aea8b4705 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/text v0.38.0 // indirect
)
ignore (
./docs
./klar-vscode
./pkg/tree-sitter-klar
./pkg/klar-zed
./samples
./std
node_modules
)
tool (
golang.org/x/perf/cmd/benchstat
golang.org/x/tools/cmd/stringer
)