Skip to content

Commit 186763b

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]>
1 parent 88fd467 commit 186763b

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
@@ -183,8 +183,8 @@ github.com/stoewer/go-strcase v1.3.1 h1:iS0MdW+kVTxgMoE1LAZyMiYJFKlOzLooE4Mxjirt
183183
github.com/stoewer/go-strcase v1.3.1/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
184184
github.com/stolostron/go-log-utils v0.1.3 h1:AKcM2z9updcnfQT5Zp5n3t0K4FEV6yHa5mdz7CgJzzE=
185185
github.com/stolostron/go-log-utils v0.1.3/go.mod h1:P3KFqzZFTDSf365V7l8VSw6NfgalViC1/lPjJw0dt+M=
186-
github.com/stolostron/go-template-utils/v7 v7.0.6 h1:GTsEppz/mseNebzaFpPpD49Vfq8+3KQKTFmXEYyzVp8=
187-
github.com/stolostron/go-template-utils/v7 v7.0.6/go.mod h1:R41UjxugPEoxrcuquIWzdVQeqrbNizD3HtSwoqfK60c=
186+
github.com/stolostron/go-template-utils/v7 v7.1.0 h1:duflFaRRFFk0VgH+X6EOkwciR0Ia6Yh0lXcEK/LVQNk=
187+
github.com/stolostron/go-template-utils/v7 v7.1.0/go.mod h1:dAMUlV7FnIVxp/eD+AyNKz4XDvOnx+IQW/K4S59W9rg=
188188
github.com/stolostron/kubernetes-dependency-watches v0.10.2 h1:b8g3Wye6igeRrrSQwXGr4Ch4zTY4uouzHlDARw8/m7w=
189189
github.com/stolostron/kubernetes-dependency-watches v0.10.2/go.mod h1:pV1b/PwVNG4a5tzBcqxhUpMjjo5nY0gUb6ieu6sGH6o=
190190
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)