deps: update jsonnet to 0.19.1

This commit is contained in:
Technofab 2023-03-01 19:33:55 +01:00
parent c9cc5534fc
commit a4613ac56c
No known key found for this signature in database
GPG key ID: A0AA746B951C8830
2 changed files with 5 additions and 4 deletions

2
go.mod
View file

@ -5,7 +5,7 @@ go 1.19
require (
github.com/go-clix/cli v0.1.2-0.20200502172020-b8f4629e879a
github.com/google/go-cmp v0.4.0
github.com/google/go-jsonnet v0.18.0
github.com/google/go-jsonnet v0.19.1
github.com/markbates/pkger v0.15.1
github.com/stretchr/testify v1.4.0
gopkg.in/yaml.v2 v2.2.7