Skip to content

Commit

Permalink
Update testbed modules (#360)
Browse files Browse the repository at this point in the history
* Update testbed go.mod

These are different than the ones on root and if you use an IDE (depending on the settings) these files may get automatically changed constantly. This update to go.mod avoids that.

* Run go mod tidy for testbed
  • Loading branch information
Paulo Janotti authored Sep 20, 2019
1 parent c0e2a27 commit 63362d5
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 24 deletions.
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
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

0 comments on commit 63362d5

Please sign in to comment.