-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 752 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/decomp/exp
go 1.12
require (
github.com/graphism/simple v0.0.0-20181208150621-c42395dbfa50
github.com/kr/pretty v0.1.0
github.com/llir/llvm v0.3.0-pre7.0.20190702100948-293cf9ae11e2
github.com/mewkiz/pkg v0.0.0-20190919212034-518ade7978e2
github.com/mewrev/pe v0.0.0-20181024063030-8f6d1d7d219c
github.com/mewspring/tools v0.0.0-20190827124718-5b67c43cbbda // indirect
github.com/pkg/errors v0.8.1
github.com/unixpickle/mips32 v0.0.0-20160406235431-dee2e89bbdfd
golang.org/x/arch v0.0.0-20210502124803-cbf565b21d1e
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 // indirect
golang.org/x/tools v0.0.0-20191018212557-ed542cd5b28a // indirect
gonum.org/v1/gonum v0.0.0-20181210083604-572d9101fe4f
rsc.io/pdf v0.1.1
)