Bump golang.org/x/sync from 0.17.0 to 0.18.0 (#673)

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/sync/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-version: 0.18.0
  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]
2025-11-11 07:47:58 +01:00
committed by GitHub
parent f2847ea5b2
commit 5f5faa4164
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -22,7 +22,7 @@ require (
github.com/studio-b12/gowebdav v0.11.0
golang.org/x/crypto v0.43.0
golang.org/x/oauth2 v0.33.0
golang.org/x/sync v0.17.0
golang.org/x/sync v0.18.0
google.golang.org/api v0.254.0
mvdan.cc/sh/v3 v3.12.0
)