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

Commit

Permalink
Update go.mod and go.sum. (#113)
Browse files Browse the repository at this point in the history
* Update go.mod and go.sum.

* Upgrade ocagent exporter version.
  • Loading branch information
songy23 authored Mar 21, 2019
1 parent 0b43b4e commit 81dc1cd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 105 deletions.
17 changes: 8 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
module contrib.go.opencensus.io/exporter/stackdriver

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

0 comments on commit 81dc1cd

Please sign in to comment.