File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ syntax.
6464### Installing the binary
6565
6666``` bash
67- go install github.com/stolostron/go-template-utils/v6 /cmd/template-resolver@latest
67+ go install github.com/stolostron/go-template-utils/v7 /cmd/template-resolver@latest
6868```
6969
7070### Managed Cluster Templates Example
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package main
55import (
66 "os"
77
8- "github.com/stolostron/go-template-utils/v6 /cmd/template-resolver/utils"
8+ "github.com/stolostron/go-template-utils/v7 /cmd/template-resolver/utils"
99)
1010
1111func main () {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414 "github.com/pmezard/go-difflib/difflib"
1515 "gopkg.in/yaml.v3"
1616
17- "github.com/stolostron/go-template-utils/v6 /cmd/template-resolver/utils"
17+ "github.com/stolostron/go-template-utils/v7 /cmd/template-resolver/utils"
1818)
1919
2020func TestCLI (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818 "k8s.io/client-go/dynamic"
1919 "k8s.io/client-go/tools/clientcmd"
2020
21- "github.com/stolostron/go-template-utils/v6 /pkg/templates"
21+ "github.com/stolostron/go-template-utils/v7 /pkg/templates"
2222)
2323
2424type hubTemplateCtx struct {
Original file line number Diff line number Diff line change 1- module github.com/stolostron/go-template-utils/v6
1+ module github.com/stolostron/go-template-utils/v7
22
33go 1.23.0
44
You can’t perform that action at this time.
0 commit comments