Skip to content

Commit 9f801c5

Browse files
Use specific commit hash in dependency (#496)
We previously had a broken dependency that was referring to non-existing version 0.2.0. This is now causing problems whenever go attempts to resolve latest version. Pinning to specific commit should hopefully fix the problem.
1 parent 9777072 commit 9f801c5

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.0
10+
github.com/open-telemetry/opentelemetry-collector v0.2.0-0.20200110151913-9777072f35b3
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)