Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit b5a9a41

Browse files
authored
Merge pull request #1 from kalafut/update-google-dep
Update cloud.google.com version
2 parents b69cca1 + d702c0e commit b5a9a41

File tree

2 files changed

+8
-65
lines changed

2 files changed

+8
-65
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module github.com/google/go-metrics-stackdriver
33
go 1.12
44

55
require (
6-
cloud.google.com/go v0.37.2
6+
cloud.google.com/go v0.37.4
77
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878
88
github.com/golang/protobuf v1.3.1
9-
google.golang.org/api v0.3.0
9+
google.golang.org/api v0.3.1
1010
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107
1111
google.golang.org/grpc v1.19.0
1212
)

0 commit comments

Comments
 (0)