summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-16 08:02:48 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-11-19 16:33:23 +0100
commit63f7f0ff5a745120729c61f34eb432fad92c3fe5 (patch)
tree8d93eb85f0fcdd2fcb9b8f94f6d6714fc61b6f41 /go.mod
parentbcb62d8911a744be368c3c0dd1426fb5b0a37553 (diff)
build(deps): bump golang.org/x/tools from 0.2.0 to 0.3.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: golang.org/x/tools 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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index b66c64397..bd4c62fae 100644
--- a/go.mod
+++ b/go.mod
@@ -62,9 +62,9 @@ require (
gocloud.dev v0.24.0
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
golang.org/x/net v0.2.0
- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
+ golang.org/x/sync v0.1.0
golang.org/x/text v0.4.0
- golang.org/x/tools v0.2.0
+ golang.org/x/tools v0.3.0
google.golang.org/api v0.76.0
gopkg.in/yaml.v2 v2.4.0
)