Commit e9310a7
authored
Fixed compilation (#187)
The thrift alias was giving this error:
```
GO111MODULE=on go test -mod=vendor ./...
? github.com/Stackdriver/stackdriver-prometheus-sidecar/bench [no test files]
compilation error :go: github.com/apache/thrift@v0.12.0 used for two different module paths (git.apache.or
g/thrift.git and github.com/apache/thrift)
FAIL github.com/Stackdriver/stackdriver-prometheus-sidecar/cmd/stackdriver-prometheus-sidecar 0.
364s
```1 parent 596df4c commit e9310a7
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 65 | + | |
0 commit comments