forked from free/sql_exporter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
27 lines (24 loc) · 1.17 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/free/sql_exporter
go 1.17
require (
github.com/ClickHouse/clickhouse-go v1.3.12
github.com/denisenkom/go-mssqldb v0.11.1-0.20220111183146-f6fd477f7416
github.com/go-sql-driver/mysql v1.4.1-0.20191114115753-b4242bab7dc5
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.3.3-0.20191022195553-ed6926b37a63
github.com/lib/pq v1.2.1-0.20191011153232-f91d3411e481
github.com/prometheus/client_golang v1.2.2-0.20191024231915-333f01cef0d6
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
github.com/prometheus/common v0.7.1-0.20191017122555-b5fe7d854c42
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/prometheus/procfs v0.0.7 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
)