mirror of https://github.com/icedream/icecon.git
15 lines
524 B
Modula-2
15 lines
524 B
Modula-2
|
module github.com/icedream/icecon
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
||
|
github.com/alecthomas/units v0.0.0-20190910110746-680d30ca3117 // indirect
|
||
|
github.com/icedream/go-q3net v0.1.0
|
||
|
github.com/lxn/walk v0.0.0-20190909123447-3b9dbc29e916
|
||
|
github.com/lxn/win v0.0.0-20190910083938-ae3bd9765f46 // indirect
|
||
|
golang.org/x/sys v0.0.0-20190913121621-c3b328c6e5a7 // indirect
|
||
|
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
|
||
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
||
|
)
|