-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (28 loc) · 849 Bytes
/
go.mod
File metadata and controls
32 lines (28 loc) · 849 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 modernc.org/libc
go 1.23.0
retract v1.43.0
require (
github.com/dustin/go-humanize v1.0.1
github.com/google/uuid v1.6.0
github.com/mattn/go-isatty v0.0.20
github.com/ncruces/go-strftime v0.1.9
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
golang.org/x/sys v0.33.0
golang.org/x/tools v0.33.0
modernc.org/cc/v4 v4.26.1
modernc.org/ccgo/v4 v4.28.0
modernc.org/fileutil v1.3.3
modernc.org/goabi0 v0.0.3
modernc.org/mathutil v1.7.1
modernc.org/memory v1.11.0
)
require (
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/sync v0.14.0 // indirect
modernc.org/gc/v2 v2.6.5 // indirect
modernc.org/opt v0.1.4 // indirect
modernc.org/sortutil v1.2.1 // indirect
modernc.org/strutil v1.2.1 // indirect
modernc.org/token v1.1.0 // indirect
)