Skip to content

Commit 50e3ddd

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Bump to v7
Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
1 parent d1c7656 commit 50e3ddd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

cmd/template-resolver/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package main
55
import (
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

1111
func main() {

cmd/template-resolver/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2020
func TestCLI(t *testing.T) {

cmd/template-resolver/utils/resolver_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2424
type hubTemplateCtx struct {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/stolostron/go-template-utils/v6
1+
module github.com/stolostron/go-template-utils/v7
22

33
go 1.23.0
44

0 commit comments

Comments
 (0)