summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-14 17:02:18 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-06-15 19:52:14 +0200
commit0f989d5e21b200d848b45a4e305958636fd00779 (patch)
tree2b81175d0e5a292e5d2bc71c21b8256d0d2e4b98 /go.mod
parentf73c5675341d41cb41b886b089544701022b5c12 (diff)
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>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c739f6fa3..2876a6c4a 100644
--- a/go.mod
+++ b/go.mod
@@ -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