Bump github.com/itchyny/gojq from 0.12.12 to 0.12.13
Bumps github.com/itchyny/gojq from 0.12.12 to 0.12.13.
Release notes
Sourced from github.com/itchyny/gojq's releases.
Release v0.12.13
- implement
@urid
format string to decode URI values- fix functions returning arrays not to emit nil slices (
flatten
,group_by
,unique
,unique_by
,nth
,indices
,path
, andmodulemeta.deps
)
Changelog
Sourced from github.com/itchyny/gojq's changelog.
v0.12.13 (2023-06-01)
- implement
@urid
format string to decode URI values- fix functions returning arrays not to emit nil slices (
flatten
,group_by
,unique
,unique_by
,nth
,indices
,path
, andmodulemeta.deps
)
Commits
-
c882861
bump up version to 0.12.13 -
c310d5d
update CHANGELOG.md for v0.12.13 -
8fb5cc3
update dependencies -
fb00b66
improve error message of indices, setpath, delpaths functions -
e940c43
update GitHub action dependencies -
2d97ddb
update jq links to the new jqlang organization -
2a6cb00
improve error message of various functions -
5e26bef
add a note on differences of supported functions missing in jq -
96c4843
fix functions returning arrays not to emit nil slices -
4a681c8
improve .dockerignore - Additional commits viewable in compare view