chore(deps): bump golang.org/x/net from 0.26.0 to 0.29.0 (#861)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.29.0.
- [Commits](https://github.com/golang/net/compare/v0.26.0...v0.29.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  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>
This commit is contained in:
dependabot[bot]
2024-09-17 19:48:51 -04:00
committed by GitHub
parent 1a0c0af403
commit f55f39fa33
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -22,7 +22,7 @@ require (
github.com/valyala/fasthttp v1.54.0
github.com/wcharczuk/go-chart/v2 v2.1.1
golang.org/x/crypto v0.27.0
golang.org/x/net v0.26.0
golang.org/x/net v0.29.0
golang.org/x/oauth2 v0.21.0
google.golang.org/api v0.183.0
gopkg.in/mail.v2 v2.3.1