diff options
author | Valery Piashchynski <[email protected]> | 2020-02-24 18:37:09 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-24 18:37:09 +0300 |
commit | 82a36dae6c86b03b93e392f88d258acb02728454 (patch) | |
tree | f0e786e74374a83d5a04bf0fc4e77fb8605f872f /go.mod | |
parent | a62e379d537aa309fc687a273835f5b4b2541215 (diff) |
Update godoc reference
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -10,17 +10,15 @@ require ( github.com/go-ole/go-ole v1.2.4 // indirect github.com/mattn/go-colorable v0.1.4 // indirect github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b - github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect - github.com/modern-go/reflect2 v1.0.1 // indirect github.com/olekukonko/tablewriter v0.0.4 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.4.1 github.com/shirou/gopsutil v2.20.1+incompatible github.com/sirupsen/logrus v1.4.2 - github.com/spf13/cobra v0.0.5 + github.com/spf13/cobra v0.0.6 github.com/spf13/viper v1.6.2 github.com/spiral/goridge v2.1.4+incompatible - github.com/stretchr/testify v1.4.0 + github.com/stretchr/testify v1.5.1 github.com/yookoala/gofast v0.4.0 - golang.org/x/net v0.0.0-20200202094626-16171245cfb2 + golang.org/x/net v0.0.0-20200222125558-5a598a2470a0 ) |