forked from go-graphite/graphite-clickhouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 816 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/lomik/graphite-clickhouse
go 1.14
require (
github.com/BurntSushi/toml v0.3.1
github.com/go-graphite/carbonapi v0.0.0-20180220165555-9db1310e484a
github.com/go-graphite/protocol v0.4.3
github.com/gogo/protobuf v1.3.2
github.com/golang/snappy v0.0.3
github.com/lomik/graphite-pickle v0.0.0-20171221213606-614e8df42119
github.com/lomik/og-rek v0.0.0-20170411191824-628eefeb8d80 // indirect
github.com/lomik/stop v0.0.0-20161127103810-188e98d969bd // indirect
github.com/lomik/zapwriter v0.0.0-20210624082824-c1161d1eb463
github.com/pelletier/go-toml v1.9.2-0.20210512132240-d08347058532
github.com/pkg/errors v0.9.1
github.com/prometheus/common v0.4.1
github.com/prometheus/prometheus v1.8.2-0.20190814100549-343d8d75fd76
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.17.0
)