Skip to content

Commit 3234e6d

Browse files
chore(deps): bump the go_modules group across 1 directory with 8 updates (#9705)
Bumps the go_modules group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/buger/jsonparser](https://github.com/buger/jsonparser) | `1.1.1` | `1.1.2` | | [github.com/antchfx/xpath](https://github.com/antchfx/xpath) | `1.3.4` | `1.3.6` | | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.6.1` | `1.6.3` | | [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.16.4` | `5.18.0` | | [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) | `2.52.11` | `2.52.13` | | [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.8.0` | `5.9.2` | | [golang.org/x/image](https://github.com/golang/image) | `0.25.0` | `0.38.0` | | [github.com/ipld/go-ipld-prime](https://github.com/ipld/go-ipld-prime) | `0.21.0` | `0.23.0` | Updates `github.com/buger/jsonparser` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/buger/jsonparser/releases) - [Commits](buger/jsonparser@v1.1.1...v1.1.2) Updates `github.com/antchfx/xpath` from 1.3.4 to 1.3.6 - [Release notes](https://github.com/antchfx/xpath/releases) - [Commits](antchfx/xpath@v1.3.4...v1.3.6) Updates `github.com/cloudflare/circl` from 1.6.1 to 1.6.3 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](cloudflare/circl@v1.6.1...v1.6.3) Updates `github.com/go-git/go-git/v5` from 5.16.4 to 5.18.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Changelog](https://github.com/go-git/go-git/blob/main/HISTORY.md) - [Commits](go-git/go-git@v5.16.4...v5.18.0) Updates `github.com/gofiber/fiber/v2` from 2.52.11 to 2.52.13 - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](gofiber/fiber@v2.52.11...v2.52.13) Updates `github.com/jackc/pgx/v5` from 5.8.0 to 5.9.2 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.8.0...v5.9.2) Updates `golang.org/x/image` from 0.25.0 to 0.38.0 - [Commits](golang/image@v0.25.0...v0.38.0) Updates `github.com/ipld/go-ipld-prime` from 0.21.0 to 0.23.0 - [Release notes](https://github.com/ipld/go-ipld-prime/releases) - [Changelog](https://github.com/ipld/go-ipld-prime/blob/master/CHANGELOG.md) - [Commits](ipld/go-ipld-prime@v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: github.com/antchfx/xpath dependency-version: 1.3.6 dependency-type: indirect - dependency-name: github.com/buger/jsonparser dependency-version: 1.1.2 dependency-type: indirect - dependency-name: github.com/cloudflare/circl dependency-version: 1.6.3 dependency-type: indirect - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.18.0 dependency-type: indirect - dependency-name: github.com/gofiber/fiber/v2 dependency-version: 2.52.13 dependency-type: indirect - dependency-name: github.com/ipld/go-ipld-prime dependency-version: 0.23.0 dependency-type: indirect - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.9.2 dependency-type: indirect - dependency-name: golang.org/x/image dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 595b6fd commit 3234e6d

2 files changed

Lines changed: 483 additions & 52 deletions

File tree

go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ require (
9292
github.com/aws/aws-sdk-go-v2/service/sts v1.42.0 // indirect
9393
github.com/aws/smithy-go v1.25.0 // indirect
9494
github.com/bahlo/generic-list-go v0.2.0 // indirect
95-
github.com/buger/jsonparser v1.1.1 // indirect
95+
github.com/buger/jsonparser v1.1.2 // indirect
9696
github.com/dunglas/httpsfv v1.1.0 // indirect
9797
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
9898
github.com/jinzhu/inflection v1.0.0 // indirect
@@ -122,7 +122,7 @@ require (
122122
github.com/andybalholm/cascadia v1.3.3 // indirect
123123
github.com/antchfx/htmlquery v1.3.4 // indirect
124124
github.com/antchfx/xmlquery v1.4.4 // indirect
125-
github.com/antchfx/xpath v1.3.4 // indirect
125+
github.com/antchfx/xpath v1.3.6 // indirect
126126
github.com/bits-and-blooms/bitset v1.24.0 // indirect
127127
github.com/blevesearch/bleve/v2 v2.5.7 // indirect
128128
github.com/blevesearch/bleve_index_api v1.2.11 // indirect
@@ -143,7 +143,7 @@ require (
143143
github.com/blevesearch/zapx/v15 v15.4.2 // indirect
144144
github.com/blevesearch/zapx/v16 v16.2.8 // indirect
145145
github.com/bwmarrin/discordgo v0.29.0 // indirect
146-
github.com/cloudflare/circl v1.6.1 // indirect
146+
github.com/cloudflare/circl v1.6.3 // indirect
147147
github.com/cyphar/filepath-securejoin v0.5.1 // indirect
148148
github.com/emersion/go-imap/v2 v2.0.0-beta.5 // indirect
149149
github.com/emersion/go-message v0.18.2 // indirect
@@ -152,19 +152,19 @@ require (
152152
github.com/emirpasic/gods v1.18.1 // indirect
153153
github.com/eritikass/githubmarkdownconvertergo v0.1.10 // indirect
154154
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
155-
github.com/go-git/go-billy/v5 v5.6.2 // indirect
156-
github.com/go-git/go-git/v5 v5.16.4 // indirect
155+
github.com/go-git/go-billy/v5 v5.8.0 // indirect
156+
github.com/go-git/go-git/v5 v5.18.0 // indirect
157157
github.com/go-telegram/bot v1.17.0 // indirect
158158
github.com/gobwas/glob v0.2.3 // indirect
159159
github.com/gocolly/colly v1.2.0 // indirect
160-
github.com/gofiber/fiber/v2 v2.52.11 // indirect
160+
github.com/gofiber/fiber/v2 v2.52.13 // indirect
161161
github.com/golang/protobuf v1.5.4 // indirect
162162
github.com/gomarkdown/markdown v0.0.0-20250311123330-531bef5e742b // indirect
163163
github.com/google/go-github/v69 v69.2.0 // indirect
164164
github.com/google/go-querystring v1.1.0 // indirect
165165
github.com/jackc/pgpassfile v1.0.0 // indirect
166166
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
167-
github.com/jackc/pgx/v5 v5.8.0 // indirect
167+
github.com/jackc/pgx/v5 v5.9.2 // indirect
168168
github.com/jackc/puddle/v2 v2.2.2 // indirect
169169
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
170170
github.com/jung-kurt/gofpdf v1.16.2 // indirect
@@ -283,7 +283,7 @@ require (
283283
go.uber.org/mock v0.5.2 // indirect
284284
go.yaml.in/yaml/v2 v2.4.4
285285
go.yaml.in/yaml/v3 v3.0.4 // indirect
286-
golang.org/x/image v0.25.0 // indirect
286+
golang.org/x/image v0.38.0 // indirect
287287
golang.org/x/net v0.53.0 // indirect; indirect (for websocket)
288288
golang.org/x/oauth2 v0.36.0
289289
golang.org/x/telemetry v0.0.0-20260409153401-be6f6cb8b1fa // indirect
@@ -347,10 +347,10 @@ require (
347347
github.com/huandu/xstrings v1.5.0 // indirect
348348
github.com/huin/goupnp v1.3.0 // indirect
349349
github.com/ipfs/boxo v0.30.0 // indirect
350-
github.com/ipfs/go-cid v0.5.0 // indirect
350+
github.com/ipfs/go-cid v0.6.1 // indirect
351351
github.com/ipfs/go-datastore v0.8.2 // indirect
352352
github.com/ipfs/go-log/v2 v2.6.0 // indirect
353-
github.com/ipld/go-ipld-prime v0.21.0 // indirect
353+
github.com/ipld/go-ipld-prime v0.23.0 // indirect
354354
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
355355
github.com/jaypipes/pcidb v1.1.1 // indirect
356356
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
@@ -388,7 +388,7 @@ require (
388388
github.com/mitchellh/reflectwalk v1.0.2 // indirect
389389
github.com/moby/sys/sequential v0.6.0 // indirect
390390
github.com/moby/term v0.5.2 // indirect
391-
github.com/mr-tron/base58 v1.2.0 // indirect
391+
github.com/mr-tron/base58 v1.3.0 // indirect
392392
github.com/mudler/go-piper v0.0.0-20241023091659-2494246fd9fc
393393
github.com/mudler/water v0.0.0-20250808092830-dd90dcf09025 // indirect
394394
github.com/muesli/reflow v0.3.0 // indirect
@@ -398,11 +398,11 @@ require (
398398
github.com/multiformats/go-multiaddr v0.16.1
399399
github.com/multiformats/go-multiaddr-dns v0.4.1 // indirect
400400
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
401-
github.com/multiformats/go-multibase v0.2.0 // indirect
402-
github.com/multiformats/go-multicodec v0.9.1 // indirect
401+
github.com/multiformats/go-multibase v0.3.0 // indirect
402+
github.com/multiformats/go-multicodec v0.10.0 // indirect
403403
github.com/multiformats/go-multihash v0.2.3 // indirect
404404
github.com/multiformats/go-multistream v0.6.1 // indirect
405-
github.com/multiformats/go-varint v0.0.7 // indirect
405+
github.com/multiformats/go-varint v0.1.0 // indirect
406406
github.com/nwaples/rardecode v1.1.0 // indirect
407407
github.com/opencontainers/go-digest v1.0.0 // indirect
408408
github.com/opencontainers/image-spec v1.1.1
@@ -413,7 +413,7 @@ require (
413413
github.com/pkg/errors v0.9.1
414414
github.com/pkoukk/tiktoken-go v0.1.7 // indirect
415415
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
416-
github.com/polydawn/refmt v0.89.0 // indirect
416+
github.com/polydawn/refmt v0.89.1-0.20231129105047-37766d95467a // indirect
417417
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
418418
github.com/prometheus/client_model v0.6.2 // indirect
419419
github.com/prometheus/common v0.67.5 // indirect

0 commit comments

Comments
 (0)