Skip to content

Commit df905f6

Browse files
Bump go-template-utils to v7.1.0
This brings the `lookupClusterClaim` function, which should be helpful. Refs: - https://issues.redhat.com/browse/ACM-18626 Signed-off-by: Justin Kulikauskas <[email protected]> (cherry picked from commit 186763b4693fc06252c861b36473b1009a6c6d13)
1 parent 9ebb62d commit df905f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/spf13/cobra v1.10.1
1717
github.com/spf13/pflag v1.0.10
1818
github.com/stolostron/go-log-utils v0.1.3
19-
github.com/stolostron/go-template-utils/v7 v7.0.6
19+
github.com/stolostron/go-template-utils/v7 v7.1.0
2020
github.com/stolostron/kubernetes-dependency-watches v0.10.2
2121
github.com/stretchr/testify v1.11.1
2222
go.uber.org/zap v1.27.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ github.com/stoewer/go-strcase v1.3.1 h1:iS0MdW+kVTxgMoE1LAZyMiYJFKlOzLooE4Mxjirt
184184
github.com/stoewer/go-strcase v1.3.1/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
185185
github.com/stolostron/go-log-utils v0.1.3 h1:AKcM2z9updcnfQT5Zp5n3t0K4FEV6yHa5mdz7CgJzzE=
186186
github.com/stolostron/go-log-utils v0.1.3/go.mod h1:P3KFqzZFTDSf365V7l8VSw6NfgalViC1/lPjJw0dt+M=
187-
github.com/stolostron/go-template-utils/v7 v7.0.6 h1:GTsEppz/mseNebzaFpPpD49Vfq8+3KQKTFmXEYyzVp8=
188-
github.com/stolostron/go-template-utils/v7 v7.0.6/go.mod h1:R41UjxugPEoxrcuquIWzdVQeqrbNizD3HtSwoqfK60c=
187+
github.com/stolostron/go-template-utils/v7 v7.1.0 h1:duflFaRRFFk0VgH+X6EOkwciR0Ia6Yh0lXcEK/LVQNk=
188+
github.com/stolostron/go-template-utils/v7 v7.1.0/go.mod h1:dAMUlV7FnIVxp/eD+AyNKz4XDvOnx+IQW/K4S59W9rg=
189189
github.com/stolostron/governance-policy-propagator v0.0.0-20251022223339-f61db80c5e45 h1:ToxfUxXewo4Mc24USrbLBwkSxjPUR4w7nZCn08x5MM8=
190190
github.com/stolostron/governance-policy-propagator v0.0.0-20251022223339-f61db80c5e45/go.mod h1:6Lvo/wP6FfDEZX0FPURa5cIb8sfwDJEoUnXFV5WOVFM=
191191
github.com/stolostron/kubernetes-dependency-watches v0.10.2 h1:b8g3Wye6igeRrrSQwXGr4Ch4zTY4uouzHlDARw8/m7w=

0 commit comments

Comments
 (0)