Skip to content

Commit bac4016

Browse files
authoredMay 20, 2024··
Bump github.com/brancz/kube-rbac-proxy from 0.16.0 to 0.16.1 (#709)
Bumps [github.com/brancz/kube-rbac-proxy](https://github.com/brancz/kube-rbac-proxy) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/brancz/kube-rbac-proxy/releases) - [Changelog](https://github.com/brancz/kube-rbac-proxy/blob/v0.16.1/CHANGELOG.md) - [Commits](brancz/kube-rbac-proxy@v0.16.0...v0.16.1) --- updated-dependencies: - dependency-name: github.com/brancz/kube-rbac-proxy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 495a9a3 commit bac4016

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
toolchain go1.21.9
66

77
require (
8-
github.com/brancz/kube-rbac-proxy v0.16.0
8+
github.com/brancz/kube-rbac-proxy v0.16.1
99
github.com/coreos/go-oidc/v3 v3.10.0
1010
github.com/deepmap/oapi-codegen v1.16.2
1111
github.com/efficientgo/core v1.0.0-rc.2

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r
106106
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
107107
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
108108
github.com/bmatcuk/doublestar v1.1.1/go.mod h1:UD6OnuiIn0yFxxA2le/rnRU1G4RaI4UvFv1sNto9p6w=
109-
github.com/brancz/kube-rbac-proxy v0.16.0 h1:npm8m0KDTsVJb3EWs9XGNzUHMmOxwsafEo1bPRXWZqI=
110-
github.com/brancz/kube-rbac-proxy v0.16.0/go.mod h1:fzEnI60rGXpYb2ICE20IyURFJNL/np7jopISDalPe04=
109+
github.com/brancz/kube-rbac-proxy v0.16.1 h1:naHwCf1Qt0Zaawa2lfGq2NBsTrz+GRPuEGYeFoFda+k=
110+
github.com/brancz/kube-rbac-proxy v0.16.1/go.mod h1:fzEnI60rGXpYb2ICE20IyURFJNL/np7jopISDalPe04=
111111
github.com/bytecodealliance/wasmtime-go/v3 v3.0.2 h1:3uZCA/BLTIu+DqCfguByNMJa2HVHpXvjfy0Dy7g6fuA=
112112
github.com/bytecodealliance/wasmtime-go/v3 v3.0.2/go.mod h1:RnUjnIXxEJcL6BgCvNyzCCRzZcxCgsZCi+RNlvYor5Q=
113113
github.com/bytedance/sonic v1.5.0/go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM=

0 commit comments

Comments
 (0)
Please sign in to comment.