Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update testbed modules #360

Merged
merged 2 commits into from
Sep 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions testbed/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ require (
contrib.go.opencensus.io/exporter/jaeger v0.1.1-0.20190430175949-e8b55949d948
github.com/open-telemetry/opentelemetry-service v0.0.0-20190625135304-4bd705a25a35
github.com/shirou/gopsutil v2.18.12+incompatible
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.3.0
go.opencensus.io v0.22.0
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why adding this one? it is used by github.com/shirou/gopsutil/process that is used on testbed

$ go mod why github.com/shirou/w32
# github.com/shirou/w32
github.com/open-telemetry/opentelemetry-service/testbed/testbed
github.com/shirou/gopsutil/process
github.com/shirou/w32

github.com/spf13/viper v1.4.1-0.20190911140308-99520c81d86e
github.com/stretchr/testify v1.4.0
go.opencensus.io v0.22.1
)

replace github.com/open-telemetry/opentelemetry-service => ../
Loading