9 lines
158 B
Modula-2
9 lines
158 B
Modula-2
|
module github.com/tjhorner/e6dl
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/dustin/go-humanize v1.0.0
|
||
|
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b
|
||
|
)
|