Skip to content

Commit dfea35d

Browse files
chore(deps): bump github.com/tidwall/gjson from 1.14.4 to 1.18.0 (#687)
Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.14.4 to 1.18.0. - [Commits](tidwall/gjson@v1.14.4...v1.18.0) --- updated-dependencies: - dependency-name: github.com/tidwall/gjson dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd2a747 commit dfea35d

File tree

2 files changed

+15
-915
lines changed

2 files changed

+15
-915
lines changed

go.mod

Lines changed: 6 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/stretchr/testify v1.9.0
3131
github.com/swaggest/openapi-go v0.2.50
3232
github.com/swaggest/rest v0.2.66
33-
github.com/tidwall/gjson v1.14.4
33+
github.com/tidwall/gjson v1.18.0
3434
github.com/xeipuuv/gojsonschema v1.2.0
3535
go.uber.org/zap v1.27.0
3636
golang.org/x/oauth2 v0.22.0
@@ -41,55 +41,20 @@ require (
4141
gopkg.in/yaml.v3 v3.0.1
4242
)
4343

44-
require golang.org/x/mod v0.22.0
44+
require (
45+
github.com/evanphx/json-patch v0.5.2
46+
github.com/linuxsuren/http-downloader v0.0.99
47+
golang.org/x/mod v0.22.0
48+
)
4549

4650
require (
47-
dario.cat/mergo v1.0.0 // indirect
48-
github.com/AlecAivazis/survey/v2 v2.3.2 // indirect
49-
github.com/Microsoft/go-winio v0.6.1 // indirect
50-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
51-
github.com/antonmedv/expr v1.11.1 // indirect
52-
github.com/cloudflare/circl v1.3.3 // indirect
53-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
54-
github.com/emirpasic/gods v1.18.1 // indirect
55-
github.com/evanphx/json-patch v0.5.2 // indirect
56-
github.com/fsnotify/fsnotify v1.5.1 // indirect
57-
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
58-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
59-
github.com/go-git/go-git/v5 v5.10.1 // indirect
60-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
61-
github.com/google/go-github/v29 v29.0.3 // indirect
62-
github.com/google/go-querystring v1.0.0 // indirect
63-
github.com/hashicorp/hcl v1.0.0 // indirect
64-
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
6551
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 // indirect
66-
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
67-
github.com/kevinburke/ssh_config v1.2.0 // indirect
68-
github.com/linuxsuren/cobra-extension v0.0.16 // indirect
69-
github.com/linuxsuren/http-downloader v0.0.99 // indirect
70-
github.com/magiconair/properties v1.8.5 // indirect
71-
github.com/mattn/go-colorable v0.1.6 // indirect
7252
github.com/mattn/go-isatty v0.0.17 // indirect
7353
github.com/mattn/go-runewidth v0.0.14 // indirect
74-
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
7554
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
76-
github.com/mitchellh/go-homedir v1.1.0 // indirect
77-
github.com/mitchellh/mapstructure v1.4.2 // indirect
78-
github.com/pelletier/go-toml v1.9.4 // indirect
79-
github.com/pjbgf/sha1cd v0.3.0 // indirect
8055
github.com/rivo/uniseg v0.4.3 // indirect
8156
github.com/schollz/progressbar/v3 v3.13.0 // indirect
82-
github.com/skeema/knownhosts v1.2.1 // indirect
83-
github.com/spf13/afero v1.6.0 // indirect
84-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
85-
github.com/spf13/viper v1.9.0 // indirect
86-
github.com/subosito/gotenv v1.2.0 // indirect
87-
github.com/xanzy/ssh-agent v0.3.3 // indirect
88-
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
8957
golang.org/x/term v0.27.0 // indirect
90-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
91-
gopkg.in/ini.v1 v1.63.2 // indirect
92-
gopkg.in/warnings.v0 v0.1.2 // indirect
9358
)
9459

9560
require (

0 commit comments

Comments
 (0)