19 lines
677 B
Modula-2
19 lines
677 B
Modula-2
module meow.tf/go/cv
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/SebastiaanKlippert/go-wkhtmltopdf v1.6.1
|
|
github.com/karrick/godirwalk v1.16.1 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/rogpeppe/go-internal v1.6.2 // indirect
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
|
github.com/spf13/afero v1.4.1
|
|
github.com/tdewolff/minify/v2 v2.9.10
|
|
github.com/tystuyfzand/less-go v0.0.0-20201205102754-143ab3696d85
|
|
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c // indirect
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
|
golang.org/x/sys v0.0.0-20201204225414-ed752295db88 // indirect
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
|
|
)
|