Skip to content

Commit 9777072

Browse files
Fix incorrect dependency version in testbed/go.mod (#495)
The dependency was referring to non-existing version. This was building fine in this repo because the dependency is replaced but was causing problem in other repos which consume the testbed.
1 parent 91728bc commit 9777072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testbed/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/census-instrumentation/opencensus-proto v0.2.1
88
github.com/go-ole/go-ole v1.2.4 // indirect
99
github.com/golang/protobuf v1.3.2
10-
github.com/open-telemetry/opentelemetry-collector v0.2.1
10+
github.com/open-telemetry/opentelemetry-collector v0.2.0
1111
github.com/shirou/gopsutil v2.18.12+incompatible
1212
github.com/spf13/viper v1.4.1-0.20190911140308-99520c81d86e
1313
github.com/stretchr/testify v1.4.0

0 commit comments

Comments
 (0)