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 @@ -12,7 +12,7 @@ require (
github.com/prometheus/client_golang v1.23.2
github.com/rs/zerolog v1.34.0
github.com/stolostron/cluster-lifecycle-api v0.0.0-20240813023109-42b5c115d0a3
github.com/stolostron/klusterlet-addon-controller v0.0.0-20260521214020-b4a3c0980aa2
github.com/stolostron/klusterlet-addon-controller v0.0.0-20260826204436-5341d7699a6d
github.com/stretchr/testify v1.11.1
go.uber.org/zap v1.27.0
k8s.io/api v0.35.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stolostron/cluster-lifecycle-api v0.0.0-20240813023109-42b5c115d0a3 h1:MwhPBArHWlTZ+BDUb+/dRyYgrcfw8dt+MeqjbAPF3XQ=
github.com/stolostron/cluster-lifecycle-api v0.0.0-20240813023109-42b5c115d0a3/go.mod h1:Sflr4YW8MRsymgNLJDcOAv4oyfeiTRyEDR7PRBkg788=
github.com/stolostron/klusterlet-addon-controller v0.0.0-20260521214020-b4a3c0980aa2 h1:OdblnNbwWdCEclfPJ1H2q6TGwx88Aee12xcXNQ71Xko=
github.com/stolostron/klusterlet-addon-controller v0.0.0-20260521214020-b4a3c0980aa2/go.mod h1:dAWVt4lhbVNd3AfQvgpo/jgukL2iKFwUyluYVm8qjnw=
github.com/stolostron/klusterlet-addon-controller v0.0.0-20260826204436-5341d7699a6d h1:1DzvCxVIn+IwIhkV5vHosHICVengBzi1ODBEZebSIQw=
github.com/stolostron/klusterlet-addon-controller v0.0.0-20260826204436-5341d7699a6d/go.mod h1:GhJOgEwIOJbh2Y5xaBGlw8wKSCR0mtQO6deuRQ0/ers=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
Expand Down
Loading