9 lines
159 B
Modula-2
9 lines
159 B
Modula-2
module github.com/f0086/toolheim
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/jung-kurt/gofpdf v1.0.1
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|