|
1 | 1 | module github.com/burningalchemist/sql_exporter |
2 | 2 |
|
3 | | -go 1.14 |
| 3 | +go 1.16 |
4 | 4 |
|
5 | 5 | require ( |
| 6 | + github.com/Azure/azure-storage-blob-go v0.14.0 // indirect |
6 | 7 | github.com/ClickHouse/clickhouse-go v1.4.7 |
7 | | - github.com/apache/arrow/go/arrow v0.0.0-20210404094439-beb1c1b35be1 // indirect |
| 8 | + github.com/apache/arrow/go/arrow v0.0.0-20210904202525-882e8b489ff1 // indirect |
| 9 | + github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.5.1 // indirect |
| 10 | + github.com/cespare/xxhash/v2 v2.1.2 // indirect |
8 | 11 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
9 | 12 | github.com/denisenkom/go-mssqldb v0.10.0 |
| 13 | + github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect |
| 14 | + github.com/go-logr/logr v1.1.0 // indirect |
10 | 15 | github.com/go-sql-driver/mysql v1.6.0 |
11 | | - github.com/golang/protobuf v1.5.2 // indirect |
12 | | - github.com/google/flatbuffers v1.12.1 // indirect |
13 | | - github.com/google/uuid v1.2.0 // indirect |
| 16 | + github.com/google/uuid v1.3.0 // indirect |
14 | 17 | github.com/jackc/pgx/v4 v4.13.0 |
15 | 18 | github.com/kardianos/minwinsvc v1.0.0 |
16 | | - github.com/lib/pq v1.10.2 |
| 19 | + github.com/klauspost/compress v1.13.5 // indirect |
| 20 | + github.com/lib/pq v1.10.3 |
17 | 21 | github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect |
18 | | - github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect |
| 22 | + github.com/pkg/browser v0.0.0-20210904010418-6d279e18f982 // indirect |
19 | 23 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
20 | 24 | github.com/prometheus/client_golang v1.11.0 |
21 | 25 | github.com/prometheus/client_model v0.2.0 |
22 | 26 | github.com/prometheus/common v0.30.0 |
| 27 | + github.com/prometheus/procfs v0.7.3 // indirect |
23 | 28 | github.com/sirupsen/logrus v1.8.1 // indirect |
24 | 29 | github.com/snowflakedb/gosnowflake v1.6.1 |
25 | 30 | github.com/vertica/vertica-sql-go v1.1.1 |
| 31 | + golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect |
| 32 | + golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect |
| 33 | + golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect |
| 34 | + golang.org/x/text v0.3.7 // indirect |
26 | 35 | google.golang.org/protobuf v1.27.1 |
27 | 36 | gopkg.in/yaml.v2 v2.4.0 |
28 | 37 | gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect |
29 | | - k8s.io/klog/v2 v2.10.0 |
| 38 | + k8s.io/klog/v2 v2.20.0 |
30 | 39 | ) |
0 commit comments