init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
module github.com/aerokube/images
|
||||
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/aandryashin/matchers v0.0.0-20161126170413-435295ea180e
|
||||
github.com/fatih/color v1.9.0 // indirect
|
||||
github.com/markbates/pkger v0.17.1
|
||||
github.com/mattn/go-colorable v0.1.7 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.9 // indirect
|
||||
github.com/spf13/cobra v1.1.1
|
||||
gopkg.in/cheggaaa/pb.v1 v1.0.28
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gobuffalo/here v0.6.0 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user