summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index c07af0c7c..ecec6dce0 100644
--- a/go.mod
+++ b/go.mod
@@ -74,9 +74,9 @@ require (
golang.org/x/image v0.15.0
golang.org/x/mod v0.17.0
golang.org/x/net v0.24.0
- golang.org/x/sync v0.6.0
+ golang.org/x/sync v0.7.0
golang.org/x/text v0.14.0
- golang.org/x/tools v0.19.0
+ golang.org/x/tools v0.20.0
google.golang.org/api v0.152.0
gopkg.in/yaml.v2 v2.4.0
)