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

Commit 81dc1cd

Browse files
authored
Update go.mod and go.sum. (#113)
* Update go.mod and go.sum. * Upgrade ocagent exporter version.
1 parent 0b43b4e commit 81dc1cd

2 files changed

Lines changed: 28 additions & 105 deletions

File tree

go.mod

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
module contrib.go.opencensus.io/exporter/stackdriver
22

33
require (
4-
cloud.google.com/go v0.36.0
5-
contrib.go.opencensus.io/exporter/ocagent v0.4.8
4+
cloud.google.com/go v0.37.1
5+
contrib.go.opencensus.io/exporter/ocagent v0.4.9
66
contrib.go.opencensus.io/resource v0.0.0-20190131005048-21591786a5e0
7-
github.com/aws/aws-sdk-go v1.17.5
7+
github.com/aws/aws-sdk-go v1.18.6
88
github.com/census-instrumentation/opencensus-proto v0.2.0
9-
github.com/golang/protobuf v1.3.0
9+
github.com/golang/protobuf v1.3.1
1010
github.com/google/go-cmp v0.2.0
1111
github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect
12-
go.opencensus.io v0.19.2-0.20190319182201-ebb7978abd3f // TODO(songy23): use the released versoin once new release is publised.
13-
golang.org/x/net v0.0.0-20190311183353-d8887717615a
14-
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
12+
go.opencensus.io v0.19.1
13+
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53
14+
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
1515
google.golang.org/api v0.2.0
1616
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19
17-
google.golang.org/grpc v1.19.0
18-
gopkg.in/yaml.v2 v2.2.2 // indirect
17+
google.golang.org/grpc v1.19.1
1918
)

0 commit comments

Comments
 (0)