-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (22 loc) · 1.03 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/adrian-gheorghe/mediafaker
require (
github.com/adrian-gheorghe/go-sshclient v0.0.0-20190617151846-7e5120a78b77
github.com/adrian-gheorghe/mediafaker-processors v0.0.0-20190630153115-8c1eed894688
github.com/common-nighthawk/go-figure v0.0.0-20190529165535-67e0ed34491a
github.com/go-openapi/strfmt v0.19.2 // indirect
github.com/jedib0t/go-pretty v4.2.1+incompatible
github.com/johnfercher/maroto v0.12.0
github.com/jung-kurt/gofpdf v1.5.2 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/nguyenthenguyen/docx v0.0.0-20181031033525-8cb697a41e43 // indirect
github.com/scbizu/report v0.0.0-20170725131051-0eae1a9476e4 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.3.0
github.com/tealeg/xlsx v1.0.3
github.com/tj/go-spin v1.1.0
github.com/unidoc/unioffice v1.2.0
github.com/unidoc/unipdf/v3 v3.0.3
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
)