mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 06:04:05 -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
|
||||
|
||||
import (
|
||||
"io"
|
||||
"sort"
|
||||
"sync"
|
||||
|
||||
"code.google.com/p/goprotobuf/proto"
|
||||
|
||||
|
|
Loading…
Reference in a new issue