Skip to content

Commit

Permalink
chore(deps): bump the dev-dependencies group with 10 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 10 updates:

| Package | Update |
| --- | --- |
| [github.com/grpc-ecosystem/go-grpc-middleware](https://github.com/grpc-ecosystem/go-grpc-middleware) | 1.3.0 to 1.4.0 |
| [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) | 1.1.0 to 1.22.0 |
| [github.com/kubernetes-csi/csi-lib-utils](https://github.com/kubernetes-csi/csi-lib-utils) | 0.9.1 to 0.14.0 |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | 1.14.0 to 1.16.0 |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | 1.6.0 to 1.7.0 |
| [github.com/spf13/viper](https://github.com/spf13/viper) | 1.7.1 to 1.16.0 |
| [golang.org/x/net](https://github.com/golang/net) | 0.10.0 to 0.12.0 |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | 1.55.0 to 1.56.2 |
| google.golang.org/protobuf | 1.30.0 to 1.31.0 |
| [k8s.io/klog/v2](https://github.com/kubernetes/klog) | 2.90.1 to 2.100.1 |


Updates `github.com/grpc-ecosystem/go-grpc-middleware` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/grpc-ecosystem/go-grpc-middleware/releases)
- [Commits](grpc-ecosystem/go-grpc-middleware@v1.3.0...v1.4.0)

Updates `github.com/hashicorp/consul/api` from 1.1.0 to 1.22.0
- [Release notes](https://github.com/hashicorp/consul/releases)
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md)
- [Commits](hashicorp/consul@v1.1.0...api/v1.22.0)

Updates `github.com/kubernetes-csi/csi-lib-utils` from 0.9.1 to 0.14.0
- [Release notes](https://github.com/kubernetes-csi/csi-lib-utils/releases)
- [Commits](kubernetes-csi/csi-lib-utils@v0.9.1...v0.14.0)

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/spf13/cobra` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.6.0...v1.7.0)

Updates `github.com/spf13/viper` from 1.7.1 to 1.16.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.7.1...v1.16.0)

Updates `golang.org/x/net` from 0.10.0 to 0.12.0
- [Commits](golang/net@v0.10.0...v0.12.0)

Updates `google.golang.org/grpc` from 1.55.0 to 1.56.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.55.0...v1.56.2)

Updates `google.golang.org/protobuf` from 1.30.0 to 1.31.0

Updates `k8s.io/klog/v2` from 2.90.1 to 2.100.1
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.90.1...v2.100.1)

---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/go-grpc-middleware
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/hashicorp/consul/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/kubernetes-csi/csi-lib-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 7, 2023
1 parent 5024d5c commit ab91346
Show file tree
Hide file tree
Showing 2 changed files with 1,436 additions and 210 deletions.
28 changes: 10 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,16 @@ module github.com/snapp-incubator/consul-gslb-driver
go 1.16

require (
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/hashicorp/consul/api v1.1.0
github.com/kubernetes-csi/csi-lib-utils v0.9.1
github.com/magiconair/properties v1.8.5 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.9.2 // indirect
github.com/prometheus/client_golang v1.13.0
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/hashicorp/consul/api v1.22.0
github.com/kubernetes-csi/csi-lib-utils v0.14.0
github.com/prometheus/client_golang v1.16.0
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.28.1
gopkg.in/ini.v1 v1.62.0 // indirect
k8s.io/klog/v2 v2.9.0
github.com/spf13/viper v1.16.0
golang.org/x/net v0.12.0
google.golang.org/grpc v1.56.2
google.golang.org/protobuf v1.31.0
k8s.io/klog/v2 v2.100.1
)
Loading

0 comments on commit ab91346

Please sign in to comment.