Skip to content

Commit

Permalink
Merge pull request #14 from matskiv/update-vcluster-dep
Browse files Browse the repository at this point in the history
chore: update vcluster dependency
  • Loading branch information
matskiv committed Jul 14, 2022
2 parents 9f0a7ce + 0daa412 commit 5a5028e
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 15 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ require (
github.com/google/uuid v1.1.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/loft-sh/vcluster v0.10.2
github.com/loft-sh/vcluster v0.11.0-alpha.0
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ github.com/loft-sh/vcluster v0.10.1 h1:+WVq0FmPQosrBjbzgeUpsdH5xiQvE7/jDKWz+O5+9
github.com/loft-sh/vcluster v0.10.1/go.mod h1:L/3nvFQnztTksBy6irGGdaaFoh/XmfkCcRk/1TKLht8=
github.com/loft-sh/vcluster v0.10.2 h1:YKa3fyCdoUijlfxSy+/J0g+ws5lSRhnVbFDtQU5mop8=
github.com/loft-sh/vcluster v0.10.2/go.mod h1:YErYq6bA2e1BKrqobiZhqDPFR3u+Xet7R6G9SRqey0c=
github.com/loft-sh/vcluster v0.11.0-alpha.0 h1:+sJFAUPUwBeiibjk7Q0LXjeQM/cPqTrDT9L6KuRJvNE=
github.com/loft-sh/vcluster v0.11.0-alpha.0/go.mod h1:WjgBXz8MiTqptx5EHkJr691/FslxZsI3oEjoXW9Fwj4=
github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60=
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
Expand Down
59 changes: 50 additions & 9 deletions vendor/github.com/loft-sh/vcluster/pkg/helm/helm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions vendor/github.com/loft-sh/vcluster/pkg/helm/values/k3s.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ github.com/kballard/go-shellquote
# github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
## explicit
github.com/liggitt/tabwriter
# github.com/loft-sh/vcluster v0.10.2
# github.com/loft-sh/vcluster v0.11.0-alpha.0
## explicit; go 1.18
github.com/loft-sh/vcluster/cmd/vclusterctl/log
github.com/loft-sh/vcluster/cmd/vclusterctl/log/survey
Expand Down

0 comments on commit 5a5028e

Please sign in to comment.