php-fpm-exporter/go.mod
dependabot-preview[bot] 8006fab056
chore(deps): bump github.com/prometheus/client_golang from 1.5.1 to 1.8.0 (#111)
* chore(deps): bump github.com/prometheus/client_golang

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.5.1 to 1.8.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.5.1...v1.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* chore: use anchore/scan-action@v2

* chore: adjust params for anchor v2

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Enrico Stahn <enrico.stahn@gmail.com>
2020-11-02 22:59:44 +11:00

26 lines
917 B
Modula-2

module github.com/hipages/php-fpm_exporter
require (
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.9.0 // indirect
github.com/gosuri/uitable v0.0.4
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/prometheus/client_golang v1.8.0
github.com/sirupsen/logrus v1.6.0
github.com/speps/go-hashids v2.0.0+incompatible
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.7
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1
github.com/tomasen/fcgi_client v0.0.0-20180423082037-2bb3d819fd19
golang.org/x/text v0.3.2 // indirect
gopkg.in/ini.v1 v1.52.0 // indirect
)
go 1.13