-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (18 loc) · 780 Bytes
/
go.mod
File metadata and controls
19 lines (18 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/joway/imagic
require (
github.com/disintegration/imaging v1.6.2
github.com/fatih/color v1.9.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/joway/libimagequant-go v0.1.0
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/noelyahan/mergi v0.0.0-20190108112323-1122b7e5acfe
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v0.0.7
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.5.1
github.com/thoas/go-funk v0.0.0-20181020164546-fbae87fb5b5c
golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b // indirect
golang.org/x/sys v0.0.0-20190109145017-48ac38b7c8cb // indirect
)