13 lines
234 B
Modula-2
13 lines
234 B
Modula-2
|
module ecload
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
fyne.io/fyne v1.0.1
|
||
|
github.com/PuerkitoBio/goquery v1.5.0
|
||
|
github.com/jawher/mow.cli v1.1.0
|
||
|
github.com/jung-kurt/gofpdf v1.4.2
|
||
|
github.com/signintech/gopdf v0.9.1
|
||
|
gopkg.in/urfave/cli.v1 v1.20.0
|
||
|
)
|