Skip to content

Commit e74d8da

Browse files
Bump github.com/nginxinc/nginx-plus-go-client from 0.9.0 to 0.10.0 (#279)
Bumps [github.com/nginxinc/nginx-plus-go-client](https://github.com/nginxinc/nginx-plus-go-client) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/nginxinc/nginx-plus-go-client/releases) - [Changelog](https://github.com/nginxinc/nginx-plus-go-client/blob/main/CHANGELOG.md) - [Commits](nginx/nginx-plus-go-client@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: github.com/nginxinc/nginx-plus-go-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bcfa6de commit e74d8da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/nginxinc/nginx-prometheus-exporter
33
go 1.18
44

55
require (
6-
github.com/nginxinc/nginx-plus-go-client v0.9.0
6+
github.com/nginxinc/nginx-plus-go-client v0.10.0
77
github.com/prometheus/client_golang v1.12.2
88
github.com/prometheus/common v0.37.0
99
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3Rllmb
151151
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
152152
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
153153
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
154-
github.com/nginxinc/nginx-plus-go-client v0.9.0 h1:vHmdSaJ7rjXbU0kMFUGwVu9QLLVJbk+lQo+WDLCm8P0=
155-
github.com/nginxinc/nginx-plus-go-client v0.9.0/go.mod h1:FTxOV1t0yFEP/E5gXlI2QyWTOfMZCGObFKhdfHYxBm8=
154+
github.com/nginxinc/nginx-plus-go-client v0.10.0 h1:3zsMMkPvRDo8D7ZSprXtbAEW/SDmezZWzxdyS+6oAlc=
155+
github.com/nginxinc/nginx-plus-go-client v0.10.0/go.mod h1:0v3RsQCvRn/IyrMtW+DK6CNkz+PxEsXDJPjQ3yUMBF0=
156156
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
157157
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
158158
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

0 commit comments

Comments
 (0)