@@ -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.40.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,24 +16,26 @@ 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.67.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.2.0 // 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.3.3 +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
36
- github.com/go-logr/logr v1.4.2 // indirect
37
+ github.com/go-faster/errors v0.7 .1 // indirect
38
+ github.com/go-logr/logr v1.4.3 // indirect
37
39
github.com/go-logr/stdr v1.2.2 // indirect
38
40
github.com/gogo/protobuf v1.3.2 // indirect
39
41
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
@@ -71,24 +73,26 @@ 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/atomicwriter v0.1.0 // indirect
86
+ github.com/moby/sys/sequential v0.6.0 // indirect
87
+ github.com/moby/sys/user v0.4.0 // indirect
84
88
github.com/moby/sys/userns v0.1.0 // indirect
85
89
github.com/oklog/run v1.1.0 // indirect
86
90
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
91
+ github.com/opencontainers/image-spec v1.1.1 // indirect
92
+ github.com/paulmach/orb v0.11.1 // indirect
89
93
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
90
94
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
91
- github.com/pierrec/lz4/v4 v4.1.17 // indirect
95
+ github.com/pierrec/lz4/v4 v4.1.22 // indirect
92
96
github.com/pkg/errors v0.9.1 // indirect
93
97
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
94
98
github.com/robfig/cron/v3 v3.0.1 // indirect
@@ -100,15 +104,15 @@ require (
100
104
go.opencensus.io v0.24.0 // indirect
101
105
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
102
106
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
107
+ go.opentelemetry.io/otel v1.37 .0 // indirect
108
+ go.opentelemetry.io/otel/metric v1.37 .0 // indirect
109
+ go.opentelemetry.io/otel/trace v1.37 .0 // indirect
106
110
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
111
+ golang.org/x/crypto v0.40 .0 // indirect
112
+ golang.org/x/net v0.42 .0 // indirect
109
113
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
114
+ golang.org/x/sys v0.34 .0 // indirect
115
+ golang.org/x/text v0.27 .0 // indirect
112
116
golang.org/x/time v0.10.0 // indirect
113
117
google.golang.org/api v0.221.0 // indirect
114
118
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
0 commit comments