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

Commit

Permalink
Update oc version in go.mod. (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Apr 9, 2019
1 parent c34b175 commit aed34d9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 77 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
module contrib.go.opencensus.io/exporter/stackdriver

require (
cloud.google.com/go v0.37.2
contrib.go.opencensus.io/exporter/ocagent v0.4.11
cloud.google.com/go v0.37.4
contrib.go.opencensus.io/exporter/ocagent v0.4.12
contrib.go.opencensus.io/resource v0.0.0-20190131005048-21591786a5e0
github.com/aws/aws-sdk-go v1.18.6
github.com/census-instrumentation/opencensus-proto v0.2.0
github.com/golang/protobuf v1.3.1
github.com/google/go-cmp v0.2.0
go.opencensus.io v0.20.0
go.opencensus.io v0.20.2
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
google.golang.org/api v0.3.0
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19
google.golang.org/api v0.3.2
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107
google.golang.org/grpc v1.19.1
)

0 comments on commit aed34d9

Please sign in to comment.