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

Commit

Permalink
go.mod: update dependencies and tidy up (#88)
Browse files Browse the repository at this point in the history
This is the result of updating aws-sdk-go and running go mod tidy. A lot
has happened since go modules where introduced in this repo, so go mod
tidy refreshes a lot of things.
  • Loading branch information
fsouza authored and Emmanuel T Odeke committed Feb 26, 2019
1 parent 88d38dc commit 91f15dd
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 38 deletions.
26 changes: 13 additions & 13 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.23.0
github.com/aws/aws-sdk-go v1.15.31
github.com/golang/protobuf v1.1.0
github.com/googleapis/gax-go v2.0.0+incompatible
go.opencensus.io v0.15.0
golang.org/x/net v0.0.0-20180530234432-1e491301e022
golang.org/x/oauth2 v0.0.0-20180603041954-1e0a3fa8ba9a
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
golang.org/x/text v0.3.0
google.golang.org/api v0.0.0-20180603000442-8e296ef26005
google.golang.org/appengine v1.0.0
google.golang.org/genproto v0.0.0-20180601223552-81158efcc9f2
google.golang.org/grpc v1.12.0
cloud.google.com/go v0.36.0
contrib.go.opencensus.io/exporter/ocagent v0.4.6
contrib.go.opencensus.io/resource v0.0.0-20190131005048-21591786a5e0
github.com/aws/aws-sdk-go v1.17.5
github.com/census-instrumentation/opencensus-proto v0.1.0
github.com/golang/protobuf v1.2.0
github.com/google/go-cmp v0.2.0
go.opencensus.io v0.19.0
golang.org/x/net v0.0.0-20181217023233-e147a9138326
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890
google.golang.org/api v0.1.0
google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922
google.golang.org/grpc v1.18.0
)

0 comments on commit 91f15dd

Please sign in to comment.