-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (19 loc) · 613 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (19 loc) · 613 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/auvred/golar
go 1.26
replace github.com/microsoft/typescript-go => ./thirdparty/typescript-go
require (
github.com/microsoft/typescript-go v0.0.0
github.com/zeebo/xxh3 v1.1.0
golang.org/x/sys v0.46.0
golang.org/x/term v0.44.0
golang.org/x/tools v0.45.0
gotest.tools/v3 v3.5.2
)
require (
github.com/go-json-experiment/json v0.0.0-20260601182631-00ed12fed2a6 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
golang.org/x/mod v0.36.0 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/text v0.38.0 // indirect
)