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 19
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
48 additions
and
13 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,11 +1,14 @@ | ||
module contrib.go.opencensus.io/exporter/ocagent | ||
|
||
require ( | ||
github.com/census-instrumentation/opencensus-proto v0.2.0 // this is to match the version used in census-instrumentation/opencensus-service | ||
github.com/golang/protobuf v1.3.1 | ||
github.com/census-instrumentation/opencensus-proto v0.2.1 // this is to match the version used in census-instrumentation/opencensus-service | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/google/go-cmp v0.3.0 | ||
github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway v1.9.4 // indirect | ||
go.opencensus.io v0.22.0 | ||
google.golang.org/api v0.5.0 | ||
google.golang.org/grpc v1.21.0 | ||
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect | ||
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect | ||
google.golang.org/api v0.7.0 | ||
google.golang.org/genproto v0.0.0-20190716160619-c506a9f90610 // indirect | ||
google.golang.org/grpc v1.22.0 | ||
) |
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