summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-15 08:39:10 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-06-15 12:12:23 +0200
commit3e1344632d04a016e143bd03cce7021186c989ba (patch)
tree8b38df71bf6e39e2ecc83579422132b99f1564ae /go.mod
parent7a9ce0eca56dd6a0c06529bdba6a6a38344b22b1 (diff)
build(deps): bump golang.org/x/tools from 0.1.10 to 0.1.11
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.10 to 0.1.11. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.1.10...v0.1.11) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-patch ... 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 8bb95b1c2..96018fd70 100644
--- a/go.mod
+++ b/go.mod
@@ -63,7 +63,7 @@ require (
golang.org/x/net v0.0.0-20220607020251-c690dde0001d
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.7
- golang.org/x/tools v0.1.10
+ golang.org/x/tools v0.1.11
google.golang.org/api v0.76.0
gopkg.in/yaml.v2 v2.4.0
)