acc4b952a7
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.5.0...v1.6.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
470 B
Modula-2
16 lines
470 B
Modula-2
module github.com/hipages/php-fpm_exporter
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/gosuri/uitable v0.0.4
|
|
github.com/mattn/go-runewidth v0.0.8 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/prometheus/client_golang v1.12.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/spf13/viper v1.11.0
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/tomasen/fcgi_client v0.0.0-20180423082037-2bb3d819fd19
|
|
)
|
|
|
|
go 1.13
|