-
Notifications
You must be signed in to change notification settings - Fork 119
/
go.mod
27 lines (24 loc) · 846 Bytes
/
go.mod
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
module github.com/xlab/c-for-go
go 1.17
require (
github.com/dlclark/regexp2 v1.11.0
github.com/stretchr/testify v1.6.1
github.com/tj/go-spin v1.1.0
github.com/xlab/pkgconfig v0.0.0-20170226114623-cea12a0fd245
golang.org/x/tools v0.1.12
gopkg.in/yaml.v2 v2.4.0
modernc.org/cc/v4 v4.21.4
modernc.org/token v1.1.0
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/opt v0.1.3 // indirect
modernc.org/sortutil v1.2.0 // indirect
modernc.org/strutil v1.2.0 // indirect
)