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: appuio/scheduler-canary-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4436e6f140ab0baed6a97cef9c169a88ce29c24f
Choose a base ref
..
head repository: appuio/scheduler-canary-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 072f03f6277151c6ee312f8fb749cbd4c17f1b47
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 go.mod
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ require (
k8s.io/apimachinery v0.24.4
k8s.io/client-go v0.24.4
k8s.io/component-base v0.24.2
sigs.k8s.io/controller-runtime v0.16.1
sigs.k8s.io/controller-runtime v0.16.2
sigs.k8s.io/yaml v1.3.0
)