summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-21 16:32:43 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-04-05 16:14:00 +0200
commit6b469cc8fb2c74a38f38d298487868a50be07346 (patch)
tree0d44f66bc1eff6b711572c5b570e0067b6dfb7a6 /go.mod
parent080dcac6b82244eb5dc24d5b7490b5c64f1bdb13 (diff)
build(deps): bump golang.org/x/tools from 0.1.9 to 0.1.10
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.1.9...v0.1.10) --- 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 7cccc70be..465eb5fdc 100644
--- a/go.mod
+++ b/go.mod
@@ -62,7 +62,7 @@ require (
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.7
- golang.org/x/tools v0.1.9
+ golang.org/x/tools v0.1.10
google.golang.org/api v0.70.0
gopkg.in/yaml.v2 v2.4.0
)