summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-15 12:50:26 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-04-15 16:13:49 +0200
commit509d39fa6ddbba106c127b7923a41b0dcaea9381 (patch)
treefed3a8d62ee9232dbe5f1d2c522e4bdb95f47a36 /go.mod
parent7725c41d40b7009c2701a5ad3fa6bc9de57b88ee (diff)
build(deps): bump google.golang.org/api from 0.40.0 to 0.44.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.40.0 to 0.44.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.40.0...v0.44.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index d42bf8f32..781b53c12 100644
--- a/go.mod
+++ b/go.mod
@@ -60,10 +60,10 @@ require (
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
gocloud.dev v0.20.0
golang.org/x/image v0.0.0-20191214001246-9130b4cfad52
- golang.org/x/net v0.0.0-20201224014010-6772e930b67b
- golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
- golang.org/x/text v0.3.4
- google.golang.org/api v0.40.0
+ golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
+ golang.org/x/text v0.3.5
+ google.golang.org/api v0.44.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/yaml.v2 v2.4.0