-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 678 Bytes
/
go.mod
File metadata and controls
19 lines (16 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/andybalholm/leaven
go 1.18
require (
github.com/elliotchance/c2go v0.26.10
github.com/llir/llvm v0.3.5-0.20220120022543-ad080cea55b7
golang.org/x/exp v0.0.0-20220407100705-7b9b53b0aca4
)
require (
github.com/llir/ll v0.0.0-20210719001141-246f2b6b1fa9 // indirect
github.com/mewmew/float v0.0.0-20201204173432-505706aa38fa // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/mod v0.6.0-dev.0.20211013180041-c96bc1413d57 // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/tools v0.1.8-0.20211029000441-d6a9af8af023 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)