Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/go-logr/logr v1.4.2
github.com/google/go-containerregistry v0.20.1 // indirect
github.com/google/uuid v1.6.0
github.com/konflux-ci/image-controller v0.0.0-20241106111942-98d78b2e0f48
github.com/konflux-ci/image-controller v0.0.0-20241128141349-9986c9955e05
github.com/onsi/gomega v1.34.2
github.com/openshift/api v0.0.0-20220912161038-458ad9ca9ca5 // indirect
github.com/openshift/client-go v0.0.0-20210521082421-73d9475a9142
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA=
github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
github.com/konflux-ci/image-controller v0.0.0-20241106111942-98d78b2e0f48 h1:rSuqJEJfaWs6rucYuFxLVUcht04t5RFe1WFs5H9ZclI=
github.com/konflux-ci/image-controller v0.0.0-20241106111942-98d78b2e0f48/go.mod h1:a/94a7ohVwjq6/MayAi15Ylcahl+zzkAzVeVFak/PUQ=
github.com/konflux-ci/image-controller v0.0.0-20241128141349-9986c9955e05 h1:5Xawkybl99uEiXhkdkxWtHDWitgnf+kAjpNVTanVGRE=
github.com/konflux-ci/image-controller v0.0.0-20241128141349-9986c9955e05/go.mod h1:a/94a7ohVwjq6/MayAi15Ylcahl+zzkAzVeVFak/PUQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ github.com/klauspost/compress/internal/cpuinfo
github.com/klauspost/compress/internal/snapref
github.com/klauspost/compress/zstd
github.com/klauspost/compress/zstd/internal/xxhash
# github.com/konflux-ci/image-controller v0.0.0-20241106111942-98d78b2e0f48
# github.com/konflux-ci/image-controller v0.0.0-20241128141349-9986c9955e05
## explicit; go 1.21
github.com/konflux-ci/image-controller/api/v1alpha1
# github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
Expand Down
Loading