This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go get -u ./... && go mod tidy
- Loading branch information
Showing
2 changed files
with
41 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
module contrib.go.opencensus.io/exporter/stackdriver | ||
|
||
go 1.12 | ||
|
||
require ( | ||
cloud.google.com/go v0.43.0 | ||
github.com/aws/aws-sdk-go v1.22.1 | ||
cloud.google.com/go v0.45.1 | ||
github.com/aws/aws-sdk-go v1.23.20 | ||
github.com/census-instrumentation/opencensus-proto v0.2.1 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/google/go-cmp v0.3.1 | ||
github.com/hashicorp/golang-lru v0.5.3 // indirect | ||
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024 | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
go.opencensus.io v0.22.0 | ||
go.opencensus.io v0.22.1 | ||
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 | ||
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 | ||
golang.org/x/net v0.0.0-20190912160710-24e19bdeb0f2 | ||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 | ||
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect | ||
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect | ||
golang.org/x/sys v0.0.0-20190912141932-bc967efca4b8 // indirect | ||
golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0 | ||
google.golang.org/api v0.7.0 | ||
google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64 | ||
google.golang.org/grpc v1.22.1 | ||
google.golang.org/api v0.10.0 | ||
google.golang.org/appengine v1.6.2 // indirect | ||
google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51 | ||
google.golang.org/grpc v1.23.1 | ||
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters