forked from go-graphite/graphite-clickhouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.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
)