-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
25 lines (22 loc) · 823 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
module fault
go 1.19
require (
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
github.com/google/uuid v1.3.0
github.com/llir/llvm v0.3.3
github.com/olekukonko/tablewriter v0.0.5
gonum.org/v1/gonum v0.9.3
)
require (
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/llir/ll v0.0.0-20210426224459-a0543cd69183 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mewmew/float v0.0.0-20201204173432-505706aa38fa // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/tools v0.21.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)