Skip to content

Commit 7b629ec

Browse files
chore: bump cloud.google.com/go from 0.49.0 to 0.81.0 (#100)
Bumps [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) from 0.49.0 to 0.81.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md) - [Commits](googleapis/google-cloud-go@v0.49.0...v0.81.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10ca46c commit 7b629ec

2 files changed

Lines changed: 308 additions & 28 deletions

File tree

go.mod

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ module cdr.dev/slog
33
go 1.13
44

55
require (
6-
cloud.google.com/go v0.49.0
6+
cloud.google.com/go v0.81.0
77
github.com/alecthomas/chroma v0.9.1
88
github.com/fatih/color v1.10.0
9-
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
10-
github.com/google/go-cmp v0.3.2-0.20191216170541-340f1ebe299e
11-
go.opencensus.io v0.22.2
12-
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
13-
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
14-
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
15-
google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1
16-
google.golang.org/grpc v1.25.1 // indirect
9+
github.com/google/go-cmp v0.5.5
10+
go.opencensus.io v0.23.0
11+
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
12+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13+
google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1
1714
)

0 commit comments

Comments
 (0)