mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 22:19:40 -08:00
Include forgotten imports.
This fixes the build. Change-Id: Id132f4342adb9ed20116191086f157ca7f7cf515
This commit is contained in:
parent
bd7cd61939
commit
aaaf3367d6
|
@ -14,7 +14,9 @@
|
||||||
package metric
|
package metric
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"io"
|
||||||
"sort"
|
"sort"
|
||||||
|
"sync"
|
||||||
|
|
||||||
"code.google.com/p/goprotobuf/proto"
|
"code.google.com/p/goprotobuf/proto"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue