Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vshn/kube-token-refresher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a6bc73686b19f9128f6db1191c1bb0416ae8f992
Choose a base ref
..
head repository: vshn/kube-token-refresher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3228ceb212e457e7df5d65f07ff5f839d4a90f19
Choose a head ref
Showing with 72 additions and 7 deletions.
  1. +1 −1 go.mod
  2. +71 −6 go.sum
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ module github.com/vshn/kube-token-refresher
go 1.16

require (
github.com/knadh/koanf v1.4.2
github.com/knadh/koanf v1.4.3
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5
k8s.io/api v0.21.2
Loading