build(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.2.0 to 0.3.0.
- [Commits](https://github.com/golang/sync/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-14 17:02:18 +00:00
committed by Bjørn Erik Pedersen
parent f73c567534
commit 0f989d5e21
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -69,7 +69,7 @@ require (
golang.org/x/exp v0.0.0-20230124195608-d38c7dcee874
golang.org/x/image v0.8.0
golang.org/x/net v0.11.0
golang.org/x/sync v0.2.0
golang.org/x/sync v0.3.0
golang.org/x/text v0.10.0
golang.org/x/tools v0.9.3
google.golang.org/api v0.127.0