Skip to content

Commit 4754757

Browse files
Update vault-plugin-database-snowflake to v0.9.1 (#25020)
* Automated dependency upgrades * Add changelog --------- Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
1 parent a4611fb commit 4754757

File tree

3 files changed

+85
-87
lines changed

3 files changed

+85
-87
lines changed

changelog/25020.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:change
2+
database/snowflake: Update plugin to v0.9.1
3+
```

go.mod

+25-27
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ require (
5252
github.com/cockroachdb/cockroach-go v0.0.0-20181001143604-e0a95dfd547c
5353
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
5454
github.com/denisenkom/go-mssqldb v0.12.3
55-
github.com/docker/docker v24.0.7+incompatible
55+
github.com/docker/docker v25.0.1+incompatible
5656
github.com/duosecurity/duo_api_golang v0.0.0-20190308151101-6c680f768e74
5757
github.com/dustin/go-humanize v1.0.1
5858
github.com/fatih/color v1.16.0
@@ -142,7 +142,7 @@ require (
142142
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.10.1
143143
github.com/hashicorp/vault-plugin-database-redis v0.2.2
144144
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.2.3
145-
github.com/hashicorp/vault-plugin-database-snowflake v0.9.0
145+
github.com/hashicorp/vault-plugin-database-snowflake v0.9.1
146146
github.com/hashicorp/vault-plugin-mock v0.16.1
147147
github.com/hashicorp/vault-plugin-secrets-ad v0.16.1
148148
github.com/hashicorp/vault-plugin-secrets-alicloud v0.15.1
@@ -166,7 +166,7 @@ require (
166166
github.com/jefferai/isbadcipher v0.0.0-20190226160619-51d2077c035f
167167
github.com/jefferai/jsonx v1.0.0
168168
github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f
169-
github.com/klauspost/compress v1.16.5
169+
github.com/klauspost/compress v1.16.7
170170
github.com/kr/pretty v0.3.1
171171
github.com/kr/text v0.2.0
172172
github.com/mattn/go-colorable v0.1.13
@@ -208,23 +208,23 @@ require (
208208
go.etcd.io/etcd/client/v3 v3.5.7
209209
go.mongodb.org/atlas v0.33.0
210210
go.mongodb.org/mongo-driver v1.12.1
211-
go.opentelemetry.io/otel v1.21.0
212-
go.opentelemetry.io/otel/sdk v1.21.0
213-
go.opentelemetry.io/otel/trace v1.21.0
211+
go.opentelemetry.io/otel v1.22.0
212+
go.opentelemetry.io/otel/sdk v1.22.0
213+
go.opentelemetry.io/otel/trace v1.22.0
214214
go.uber.org/atomic v1.11.0
215215
go.uber.org/goleak v1.2.1
216-
golang.org/x/crypto v0.17.0
216+
golang.org/x/crypto v0.18.0
217217
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
218-
golang.org/x/net v0.19.0
218+
golang.org/x/net v0.20.0
219219
golang.org/x/oauth2 v0.15.0
220220
golang.org/x/sync v0.5.0
221-
golang.org/x/sys v0.15.0
222-
golang.org/x/term v0.15.0
221+
golang.org/x/sys v0.16.0
222+
golang.org/x/term v0.16.0
223223
golang.org/x/text v0.14.0
224224
golang.org/x/tools v0.14.0
225225
google.golang.org/api v0.154.0
226226
google.golang.org/grpc v1.60.1
227-
google.golang.org/protobuf v1.31.0
227+
google.golang.org/protobuf v1.32.0
228228
gopkg.in/ory-am/dockertest.v3 v3.3.4
229229
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
230230
layeh.com/radius v0.0.0-20190322222518-890bc1058917
@@ -271,9 +271,8 @@ require (
271271
github.com/Microsoft/go-winio v0.6.1 // indirect
272272
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
273273
github.com/agext/levenshtein v1.2.1 // indirect
274-
github.com/andybalholm/brotli v1.0.4 // indirect
275-
github.com/apache/arrow/go/v12 v12.0.1 // indirect
276-
github.com/apache/thrift v0.16.0 // indirect
274+
github.com/andybalholm/brotli v1.0.5 // indirect
275+
github.com/apache/arrow/go/v14 v14.0.2 // indirect
277276
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
278277
github.com/aws/aws-sdk-go-v2 v1.17.7 // indirect
279278
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 // indirect
@@ -312,6 +311,7 @@ require (
312311
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 // indirect
313312
github.com/containerd/containerd v1.7.12 // indirect
314313
github.com/containerd/continuity v0.4.2 // indirect
314+
github.com/containerd/log v0.1.0 // indirect
315315
github.com/coreos/go-oidc v2.2.1+incompatible // indirect
316316
github.com/coreos/go-oidc/v3 v3.5.0 // indirect
317317
github.com/coreos/go-semver v0.3.0 // indirect
@@ -325,8 +325,8 @@ require (
325325
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
326326
github.com/digitalocean/godo v1.7.5 // indirect
327327
github.com/dimchansky/utfbom v1.1.1 // indirect
328-
github.com/docker/cli v23.0.3+incompatible // indirect
329-
github.com/docker/distribution v2.8.2+incompatible // indirect
328+
github.com/distribution/reference v0.5.0 // indirect
329+
github.com/docker/cli v25.0.1+incompatible // indirect
330330
github.com/docker/go-connections v0.4.0 // indirect
331331
github.com/docker/go-units v0.5.0 // indirect
332332
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
@@ -344,7 +344,7 @@ require (
344344
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
345345
github.com/go-git/go-billy/v5 v5.5.0 // indirect
346346
github.com/go-ldap/ldif v0.0.0-20200320164324-fd88d9b715b3 // indirect
347-
github.com/go-logr/logr v1.3.0 // indirect
347+
github.com/go-logr/logr v1.4.1 // indirect
348348
github.com/go-logr/stdr v1.2.2 // indirect
349349
github.com/go-ole/go-ole v1.2.6 // indirect
350350
github.com/go-openapi/analysis v0.21.4 // indirect
@@ -358,7 +358,7 @@ require (
358358
github.com/go-openapi/swag v0.22.4 // indirect
359359
github.com/go-openapi/validate v0.22.2 // indirect
360360
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible // indirect
361-
github.com/goccy/go-json v0.10.0 // indirect
361+
github.com/goccy/go-json v0.10.2 // indirect
362362
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
363363
github.com/gofrs/uuid v4.3.0+incompatible // indirect
364364
github.com/gogo/protobuf v1.3.2 // indirect
@@ -367,7 +367,7 @@ require (
367367
github.com/golang-sql/sqlexp v0.1.0 // indirect
368368
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
369369
github.com/golang/snappy v0.0.4 // indirect
370-
github.com/google/flatbuffers v23.1.21+incompatible // indirect
370+
github.com/google/flatbuffers v23.5.26+incompatible // indirect
371371
github.com/google/gnostic-models v0.6.8 // indirect
372372
github.com/google/go-querystring v1.1.0 // indirect
373373
github.com/google/gofuzz v1.2.0 // indirect
@@ -419,8 +419,7 @@ require (
419419
github.com/json-iterator/go v1.1.12 // indirect
420420
github.com/kelseyhightower/envconfig v1.4.0 // indirect
421421
github.com/kevinburke/ssh_config v1.2.0 // indirect
422-
github.com/klauspost/asmfmt v1.3.2 // indirect
423-
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
422+
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
424423
github.com/klauspost/pgzip v1.2.5 // indirect
425424
github.com/kylelemons/godebug v1.1.0 // indirect
426425
github.com/lib/pq v1.10.9 // indirect
@@ -439,13 +438,12 @@ require (
439438
github.com/microsoftgraph/msgraph-sdk-go v1.13.0 // indirect
440439
github.com/microsoftgraph/msgraph-sdk-go-core v1.0.0 // indirect
441440
github.com/miekg/dns v1.1.43 // indirect
442-
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect
443-
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
444441
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
445442
github.com/mitchellh/hashstructure v1.1.0 // indirect
446443
github.com/mitchellh/pointerstructure v1.2.1 // indirect
447444
github.com/moby/patternmatcher v0.5.0 // indirect
448445
github.com/moby/sys/sequential v0.5.0 // indirect
446+
github.com/moby/sys/user v0.1.0 // indirect
449447
github.com/moby/term v0.5.0 // indirect
450448
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
451449
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -464,7 +462,7 @@ require (
464462
github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c // indirect
465463
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
466464
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
467-
github.com/pierrec/lz4/v4 v4.1.17 // indirect
465+
github.com/pierrec/lz4/v4 v4.1.18 // indirect
468466
github.com/pjbgf/sha1cd v0.3.0 // indirect
469467
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
470468
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -479,7 +477,7 @@ require (
479477
github.com/sirupsen/logrus v1.9.3 // indirect
480478
github.com/skeema/knownhosts v1.2.1 // indirect
481479
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
482-
github.com/snowflakedb/gosnowflake v1.6.24 // indirect
480+
github.com/snowflakedb/gosnowflake v1.7.2 // indirect
483481
github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d // indirect
484482
github.com/sony/gobreaker v0.4.2-0.20210216022020-dd874f9dd33b // indirect
485483
github.com/spf13/cast v1.5.1 // indirect
@@ -509,8 +507,8 @@ require (
509507
go.etcd.io/etcd/api/v3 v3.5.7 // indirect
510508
go.opencensus.io v0.24.0 // indirect
511509
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
512-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
513-
go.opentelemetry.io/otel/metric v1.21.0 // indirect
510+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect
511+
go.opentelemetry.io/otel/metric v1.22.0 // indirect
514512
go.uber.org/multierr v1.7.0 // indirect
515513
go.uber.org/zap v1.19.1 // indirect
516514
golang.org/x/mod v0.13.0 // indirect

0 commit comments

Comments
 (0)