2018-11-28 10:39:56 +00:00
|
|
|
module github.com/prometheus/tsdb
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cespare/xxhash v1.1.0
|
|
|
|
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954
|
|
|
|
github.com/go-kit/kit v0.8.0
|
2019-06-19 13:46:24 +00:00
|
|
|
github.com/golang/snappy v0.0.1
|
2018-11-28 10:39:56 +00:00
|
|
|
github.com/oklog/ulid v1.3.1
|
|
|
|
github.com/pkg/errors v0.8.0
|
2019-06-17 17:54:10 +00:00
|
|
|
github.com/prometheus/client_golang v1.0.0
|
|
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
|
|
|
|
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5
|
2018-11-28 10:39:56 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
|
|
)
|