summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-01-05 16:13:00 +0300
committerWolfy-J <[email protected]>2019-01-05 16:13:00 +0300
commit40d66629617f7a96b9005df356b94ab3b4dfb98f (patch)
tree9901e93d20d57affbdbc88963956c78586eb0b00 /go.mod
parentd890e973c45fbe53916304321f185ce940776bb7 (diff)
zend factory dependency elliminated
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 2 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 4033f11b..2b04eb3a 100644
--- a/go.mod
+++ b/go.mod
@@ -13,18 +13,15 @@ require (
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
- github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/olekukonko/tablewriter v0.0.0-20180912035003-be2c049b30cc
github.com/pkg/errors v0.8.0
github.com/shirou/gopsutil v2.17.12+incompatible
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/sirupsen/logrus v1.1.1
github.com/spf13/cobra v0.0.3
- github.com/spf13/pflag v1.0.3 // indirect
- github.com/spf13/viper v1.2.1
+ github.com/spf13/viper v1.3.1
github.com/spiral/goridge v2.1.3+incompatible
- golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e // indirect
+ github.com/stretchr/testify v1.2.2
golang.org/x/net v0.0.0-20181017193950-04a2e542c03f
- golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)