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: backube/volsync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f333e90570f0decf28b751dc2c2767b2ba22e6ca
Choose a base ref
..
head repository: backube/volsync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4e94ca3aee7e1134948707019940126a58c8addb
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 go.mod
  2. +2 −2 go.sum
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ require (
github.com/go-logr/logr v1.4.2
github.com/google/uuid v1.6.0
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.0.0
github.com/kubernetes-csi/volume-data-source-validator/client v0.0.0-20250502211356-dfc97fd2154d
github.com/kubernetes-csi/volume-data-source-validator/client a98a59218fef
github.com/onsi/ginkgo/v2 v2.23.4
github.com/onsi/gomega v1.37.0
github.com/openshift/api v0.0.0-20230918105526-6488b1202507 // release-4.14
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -143,8 +143,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.0.0 h1:mjQG0Vakr2h246kEDR85U8y8ZhPgT3bguTCajRa/jaw=
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.0.0/go.mod h1:E3vdYxHj2C2q6qo8/Da4g7P+IcwqRZyy3gJBzYybV9Y=
github.com/kubernetes-csi/volume-data-source-validator/client v0.0.0-20250502211356-dfc97fd2154d h1:kxbq+V7sfkWNHBFc/R27uEZDSVMktXAG392BA7hh/HE=
github.com/kubernetes-csi/volume-data-source-validator/client v0.0.0-20250502211356-dfc97fd2154d/go.mod h1:h9QA1/MAyp6vzR7DdMj87/6HD5Vf0nNZHpRhS9e35aE=
github.com/kubernetes-csi/volume-data-source-validator/client v0.0.0-20230911161012-c2e130d28434 h1:nrvu7gHjBo/fg3EV590Q2WJQhlCm5YKl3zT/AzKzsss=
github.com/kubernetes-csi/volume-data-source-validator/client v0.0.0-20230911161012-c2e130d28434/go.mod h1:AKdXViURru2S0ORFPt8g2GGdX0U4yR0XW+bOIXWdsgI=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=