Skip to content

Commit cacbf18

Browse files
chore(deps): bump the go_modules group across 1 directory with 5 updates
Bumps the go_modules group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [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.16.5` | | [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) | `2.52.9` | `2.52.12` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.54.1` | `0.57.0` | | [github.com/quic-go/webtransport-go](https://github.com/quic-go/webtransport-go) | `0.9.0` | `0.10.0` | 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.16.5 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.16.4...v5.16.5) Updates `github.com/gofiber/fiber/v2` from 2.52.9 to 2.52.12 - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](gofiber/fiber@v2.52.9...v2.52.12) Updates `github.com/quic-go/quic-go` from 0.54.1 to 0.57.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Commits](quic-go/quic-go@v0.54.1...v0.57.0) Updates `github.com/quic-go/webtransport-go` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/quic-go/webtransport-go/releases) - [Commits](quic-go/webtransport-go@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-version: 1.6.3 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.16.5 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/gofiber/fiber/v2 dependency-version: 2.52.12 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/quic-go/quic-go dependency-version: 0.57.0 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/quic-go/webtransport-go dependency-version: 0.10.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b296e3d commit cacbf18

File tree

2 files changed

+21
-141
lines changed

2 files changed

+21
-141
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ require (
6666
)
6767

6868
require (
69+
github.com/dunglas/httpsfv v1.1.0 // indirect
6970
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
7071
github.com/jinzhu/inflection v1.0.0 // indirect
7172
github.com/jinzhu/now v1.1.5 // indirect
@@ -105,7 +106,7 @@ require (
105106
github.com/blevesearch/zapx/v15 v15.4.2 // indirect
106107
github.com/blevesearch/zapx/v16 v16.2.8 // indirect
107108
github.com/bwmarrin/discordgo v0.29.0 // indirect
108-
github.com/cloudflare/circl v1.6.1 // indirect
109+
github.com/cloudflare/circl v1.6.3 // indirect
109110
github.com/cyphar/filepath-securejoin v0.5.1 // indirect
110111
github.com/dslipak/pdf v0.0.2 // indirect
111112
github.com/emersion/go-imap/v2 v2.0.0-beta.5 // indirect
@@ -117,11 +118,11 @@ require (
117118
github.com/ghodss/yaml v1.0.0 // indirect
118119
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
119120
github.com/go-git/go-billy/v5 v5.6.2 // indirect
120-
github.com/go-git/go-git/v5 v5.16.4 // indirect
121+
github.com/go-git/go-git/v5 v5.16.5 // indirect
121122
github.com/go-telegram/bot v1.17.0 // indirect
122123
github.com/gobwas/glob v0.2.3 // indirect
123124
github.com/gocolly/colly v1.2.0 // indirect
124-
github.com/gofiber/fiber/v2 v2.52.9 // indirect
125+
github.com/gofiber/fiber/v2 v2.52.12 // indirect
125126
github.com/golang/protobuf v1.5.4 // indirect
126127
github.com/gomarkdown/markdown v0.0.0-20250311123330-531bef5e742b // indirect
127128
github.com/google/go-github/v69 v69.2.0 // indirect
@@ -292,7 +293,6 @@ require (
292293
github.com/docker/go-units v0.5.0 // indirect
293294
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
294295
github.com/flynn/noise v1.1.0 // indirect
295-
github.com/francoispqt/gojay v1.2.13 // indirect
296296
github.com/go-audio/audio v1.0.0
297297
github.com/go-audio/riff v1.0.0 // indirect
298298
github.com/go-logr/logr v1.4.3 // indirect
@@ -388,9 +388,9 @@ require (
388388
github.com/prometheus/client_model v0.6.2 // indirect
389389
github.com/prometheus/common v0.67.5 // indirect
390390
github.com/prometheus/procfs v0.19.2 // indirect
391-
github.com/quic-go/qpack v0.5.1 // indirect
392-
github.com/quic-go/quic-go v0.54.1 // indirect
393-
github.com/quic-go/webtransport-go v0.9.0 // indirect
391+
github.com/quic-go/qpack v0.6.0 // indirect
392+
github.com/quic-go/quic-go v0.59.0 // indirect
393+
github.com/quic-go/webtransport-go v0.10.0 // indirect
394394
github.com/rivo/uniseg v0.4.7 // indirect
395395
github.com/shoenig/go-m1cpu v0.1.6 // indirect
396396
github.com/shopspring/decimal v1.4.0 // indirect

0 commit comments

Comments
 (0)