@@ -3,7 +3,7 @@ module github.com/contentsquare/vault-plugin-database-clickhouse
3
3
go 1.24.3
4
4
5
5
require (
6
- github.com/ClickHouse/clickhouse-go/v2 v2.8.3
6
+ github.com/ClickHouse/clickhouse-go/v2 v2.37.0
7
7
github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0
8
8
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
9
9
github.com/hashicorp/vault/sdk v0.18.0
@@ -16,23 +16,25 @@ require (
16
16
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
17
17
cloud.google.com/go/cloudsqlconn v1.4.3 // indirect
18
18
cloud.google.com/go/compute/metadata v0.6.0 // indirect
19
- github.com/ClickHouse/ch-go v0.52.1 // indirect
19
+ github.com/ClickHouse/ch-go v0.66.0 // indirect
20
20
github.com/Microsoft/go-winio v0.6.2 // indirect
21
- github.com/andybalholm/brotli v1.0.5 // indirect
21
+ github.com/andybalholm/brotli v1.1.1 // indirect
22
22
github.com/armon/go-metrics v0.4.1 // indirect
23
23
github.com/armon/go-radix v1.0.0 // indirect
24
24
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
25
+ github.com/containerd/errdefs v1.0.0 // indirect
26
+ github.com/containerd/errdefs/pkg v0.3.0 // indirect
25
27
github.com/containerd/log v0.1.0 // indirect
26
28
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
27
29
github.com/distribution/reference v0.6.0 // indirect
28
- github.com/docker/docker v27 .2.1 +incompatible // indirect
30
+ github.com/docker/docker v28 .2.2 +incompatible // indirect
29
31
github.com/docker/go-connections v0.5.0 // indirect
30
32
github.com/docker/go-units v0.5.0 // indirect
31
33
github.com/fatih/color v1.18.0 // indirect
32
34
github.com/felixge/httpsnoop v1.0.4 // indirect
33
35
github.com/frankban/quicktest v1.14.3 // indirect
34
36
github.com/go-faster/city v1.0.1 // indirect
35
- github.com/go-faster/errors v0.6 .1 // indirect
37
+ github.com/go-faster/errors v0.7 .1 // indirect
36
38
github.com/go-logr/logr v1.4.2 // indirect
37
39
github.com/go-logr/stdr v1.2.2 // indirect
38
40
github.com/gogo/protobuf v1.3.2 // indirect
@@ -71,24 +73,25 @@ require (
71
73
github.com/jackc/pgtype v1.14.3 // indirect
72
74
github.com/jackc/pgx/v4 v4.18.3 // indirect
73
75
github.com/joshlf/go-acl v0.0.0-20200411065538-eae00ae38531 // indirect
74
- github.com/klauspost/compress v1.17.11 // indirect
76
+ github.com/klauspost/compress v1.18.0 // indirect
75
77
github.com/mattn/go-colorable v0.1.14 // indirect
76
78
github.com/mattn/go-isatty v0.0.20 // indirect
77
79
github.com/mitchellh/copystructure v1.2.0 // indirect
78
80
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
79
81
github.com/mitchellh/reflectwalk v1.0.2 // indirect
80
82
github.com/moby/docker-image-spec v1.3.1 // indirect
81
- github.com/moby/patternmatcher v0.5.0 // indirect
82
- github.com/moby/sys/sequential v0.5.0 // indirect
83
- github.com/moby/sys/user v0.3.0 // indirect
83
+ github.com/moby/go-archive v0.1.0 // indirect
84
+ github.com/moby/patternmatcher v0.6.0 // indirect
85
+ github.com/moby/sys/sequential v0.6.0 // indirect
86
+ github.com/moby/sys/user v0.4.0 // indirect
84
87
github.com/moby/sys/userns v0.1.0 // indirect
85
88
github.com/oklog/run v1.1.0 // indirect
86
89
github.com/opencontainers/go-digest v1.0.0 // indirect
87
- github.com/opencontainers/image-spec v1.1.0 // indirect
88
- github.com/paulmach/orb v0.9.0 // indirect
90
+ github.com/opencontainers/image-spec v1.1.1 // indirect
91
+ github.com/paulmach/orb v0.11.1 // indirect
89
92
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
90
93
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
91
- github.com/pierrec/lz4/v4 v4.1.17 // indirect
94
+ github.com/pierrec/lz4/v4 v4.1.22 // indirect
92
95
github.com/pkg/errors v0.9.1 // indirect
93
96
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
94
97
github.com/robfig/cron/v3 v3.0.1 // indirect
@@ -100,15 +103,15 @@ require (
100
103
go.opencensus.io v0.24.0 // indirect
101
104
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
102
105
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
103
- go.opentelemetry.io/otel v1.35 .0 // indirect
104
- go.opentelemetry.io/otel/metric v1.35 .0 // indirect
105
- go.opentelemetry.io/otel/trace v1.35 .0 // indirect
106
+ go.opentelemetry.io/otel v1.36 .0 // indirect
107
+ go.opentelemetry.io/otel/metric v1.36 .0 // indirect
108
+ go.opentelemetry.io/otel/trace v1.36 .0 // indirect
106
109
go.uber.org/atomic v1.11.0 // indirect
107
- golang.org/x/crypto v0.36 .0 // indirect
108
- golang.org/x/net v0.38 .0 // indirect
110
+ golang.org/x/crypto v0.39 .0 // indirect
111
+ golang.org/x/net v0.41 .0 // indirect
109
112
golang.org/x/oauth2 v0.28.0 // indirect
110
- golang.org/x/sys v0.31 .0 // indirect
111
- golang.org/x/text v0.23 .0 // indirect
113
+ golang.org/x/sys v0.33 .0 // indirect
114
+ golang.org/x/text v0.26 .0 // indirect
112
115
golang.org/x/time v0.10.0 // indirect
113
116
google.golang.org/api v0.221.0 // indirect
114
117
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
0 commit comments