forked from bpicode/fritzctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (19 loc) · 819 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/bpicode/fritzctl
require (
github.com/cpuguy83/go-md2man v1.0.8
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.7.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/julienschmidt/httprouter v0.0.0-20150421170007-8c199fb6259f
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday v1.5.2 // indirect
github.com/spf13/cobra v0.0.0-20180829160745-99dc12355885
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
golang.org/x/sys v0.0.0-20180920110915-d641721ec2de // indirect
golang.org/x/tools v0.0.0-20181221235234-d00ac6d27372
gopkg.in/yaml.v2 v2.2.2
)