Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
build(deps): bump the go-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the go-dependencies group with 3 updates: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang), [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/prometheus/client_golang` from 1.14.0 to 1.16.0
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.14.0...v1.16.0)

Updates `github.com/sirupsen/logrus` from 1.9.0 to 1.9.3
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.9.0...v1.9.3)

Updates `google.golang.org/api` from 0.112.0 to 0.130.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.112.0...v0.130.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/sirupsen/logrus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 11, 2023
1 parent 6ad3981 commit 105b45a
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 26 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/kunzese/gke-exporter
go 1.13

require (
github.com/prometheus/client_golang v1.14.0
github.com/sirupsen/logrus v1.9.0
google.golang.org/api v0.112.0
github.com/prometheus/client_golang v1.16.0
github.com/sirupsen/logrus v1.9.3
google.golang.org/api v0.130.0
)
Loading

0 comments on commit 105b45a

Please sign in to comment.