php-fpm-exporter/go.mod
dependabot[bot] 608a0d788c
chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (#247)
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.8.1...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  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>
2022-11-01 14:04:16 +00:00

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.9.0
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.11.0
github.com/stretchr/testify v1.8.1
github.com/tomasen/fcgi_client v0.0.0-20180423082037-2bb3d819fd19
)
go 1.13