-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 744 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/akeil/rmtool
go 1.15
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
github.com/google/uuid v1.1.2
github.com/gorilla/websocket v1.4.2
github.com/jung-kurt/gofpdf v1.16.2
github.com/kr/pretty v0.1.0 // indirect
github.com/llgcode/draw2d v0.0.0-20200930101115-bfaf5d914d1e
github.com/pdfcpu/pdfcpu v0.3.8
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/image v0.0.0-20201208152932-35266b937fa6
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)