-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
16 lines (14 loc) · 611 Bytes
/
go.mod
File metadata and controls
16 lines (14 loc) · 611 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/geode-lang/geode
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/llir/llvm v0.3.0
github.com/sergi/go-diff v1.1.0
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/tcnksm/go-input v0.0.0-20180404061846-548a7d7a8ee8
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 // indirect
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)