Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 02ca090

Browse files
Bump github.com/tidwall/gjson from 1.13.0 to 1.14.0 in /tools/editor (#145)
Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/tidwall/gjson/releases) - [Commits](tidwall/gjson@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: github.com/tidwall/gjson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4481b3c commit 02ca090

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/editor/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
88
github.com/mitchellh/go-homedir v1.1.0
99
github.com/rivo/tview v0.0.0-20211202162923-2a6de950f73b
10-
github.com/tidwall/gjson v1.13.0
10+
github.com/tidwall/gjson v1.14.0
1111
)
1212

1313
require (

tools/editor/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
362362
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
363363
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
364364
github.com/tidwall/gjson v1.12.1/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
365-
github.com/tidwall/gjson v1.13.0 h1:3TFY9yxOQShrvmjdM76K+jc66zJeT6D3/VFFYCGQf7M=
366-
github.com/tidwall/gjson v1.13.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
365+
github.com/tidwall/gjson v1.14.0 h1:6aeJ0bzojgWLa82gDQHcx3S0Lr/O51I9bJ5nv6JFx5w=
366+
github.com/tidwall/gjson v1.14.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
367367
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
368368
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
369369
github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=

0 commit comments

Comments
 (0)