Skip to content

Commit cf6af34

Browse files
chore(deps): bump github.com/itchyny/gojq from 0.12.14 to 0.12.15 (#24)
Bumps [github.com/itchyny/gojq](https://github.com/itchyny/gojq) from 0.12.14 to 0.12.15. - [Release notes](https://github.com/itchyny/gojq/releases) - [Changelog](https://github.com/itchyny/gojq/blob/main/CHANGELOG.md) - [Commits](itchyny/gojq@v0.12.14...v0.12.15) --- updated-dependencies: - dependency-name: github.com/itchyny/gojq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91f0e50 commit cf6af34

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
require (
66
github.com/Masterminds/sprig/v3 v3.2.3
77
github.com/getoutreach/gobox v1.77.0
8-
github.com/itchyny/gojq v0.12.14
8+
github.com/itchyny/gojq v0.12.15
99
github.com/sirupsen/logrus v1.9.3
1010
github.com/urfave/cli/v2 v2.25.7
1111
gotest.tools/v3 v3.5.1
@@ -77,7 +77,7 @@ require (
7777
github.com/prometheus/client_model v0.3.0 // indirect
7878
github.com/prometheus/common v0.42.0 // indirect
7979
github.com/prometheus/procfs v0.10.1 // indirect
80-
github.com/rivo/uniseg v0.4.4 // indirect
80+
github.com/rivo/uniseg v0.4.7 // indirect
8181
github.com/russross/blackfriday/v2 v2.1.0 // indirect
8282
github.com/schollz/progressbar/v3 v3.13.1 // indirect
8383
github.com/sergi/go-diff v1.2.0 // indirect
@@ -102,7 +102,7 @@ require (
102102
golang.org/x/mod v0.12.0 // indirect
103103
golang.org/x/net v0.14.0 // indirect
104104
golang.org/x/oauth2 v0.11.0 // indirect
105-
golang.org/x/sys v0.15.0 // indirect
105+
golang.org/x/sys v0.18.0 // indirect
106106
golang.org/x/term v0.11.0 // indirect
107107
golang.org/x/text v0.12.0 // indirect
108108
golang.org/x/tools v0.12.0 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)