Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/vmware-tanzu/carvel-ytt from 0.45.4 to 0.45.5 #341

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/sergi/go-diff v1.3.1
github.com/sosedoff/gitkit v0.4.0
github.com/spf13/cobra v1.7.0
github.com/vmware-tanzu/carvel-ytt v0.45.4
github.com/vmware-tanzu/carvel-ytt v0.45.5
github.com/zoncoen/query-go v1.2.1
github.com/zoncoen/query-go/extractor/yaml v0.1.1
golang.org/x/mod v0.12.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/vmware-tanzu/carvel-ytt v0.45.4 h1:SVYpBFlyskEmCHAP9jt/mJD8HgCQYSMmnhMzpYepypQ=
github.com/vmware-tanzu/carvel-ytt v0.45.4/go.mod h1:oHqFBnn/JvqaUjcQo9T/a/WPUP1ituKjUpFPH+BTzfc=
github.com/vmware-tanzu/carvel-ytt v0.45.5 h1:44TIwydLhPgJSmpwELda5fyq9PmgpDgruAJQ73uZpNY=
github.com/vmware-tanzu/carvel-ytt v0.45.5/go.mod h1:Xarf0th61vX6VY07l3KBSi3uaMCQ2UyPPiCPiaVpHME=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
github.com/zoncoen/query-go v1.2.1 h1:enpkODFhqsfHKK8QlwQfdMmdl0wLGLi4Qro31MsZ4Lo=
github.com/zoncoen/query-go v1.2.1/go.mod h1:4ZoOJb0AeccYENjjd5HrkJEsj1WyE6oHxSw3roqCj3M=
Expand Down
Loading