Skip to content

Commit

Permalink
chore: update vcluster dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matskiv committed Jul 14, 2022
1 parent 9f0a7ce commit 0daa412
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 0daa412

Please sign in to comment.