Skip to content

Commit ccfbfba

Browse files
deps: update dependencies (#54)
1 parent 39ee111 commit ccfbfba

File tree

2 files changed

+121
-51
lines changed

2 files changed

+121
-51
lines changed

go.mod

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,39 @@
11
module github.com/burningalchemist/sql_exporter
22

3-
go 1.14
3+
go 1.16
44

55
require (
6+
github.com/Azure/azure-storage-blob-go v0.14.0 // indirect
67
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
811
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
912
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
1015
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
1417
github.com/jackc/pgx/v4 v4.13.0
1518
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
1721
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
1923
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
2024
github.com/prometheus/client_golang v1.11.0
2125
github.com/prometheus/client_model v0.2.0
2226
github.com/prometheus/common v0.30.0
27+
github.com/prometheus/procfs v0.7.3 // indirect
2328
github.com/sirupsen/logrus v1.8.1 // indirect
2429
github.com/snowflakedb/gosnowflake v1.6.1
2530
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
2635
google.golang.org/protobuf v1.27.1
2736
gopkg.in/yaml.v2 v2.4.0
2837
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
3039
)

0 commit comments

Comments
 (0)