Skip to content

Commit 8e89202

Browse files
Bump github.com/hashicorp/vault from 1.18.2 to 1.18.5
Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault) from 1.18.2 to 1.18.5. - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault@v1.18.2...v1.18.5) --- updated-dependencies: - dependency-name: github.com/hashicorp/vault dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6a665a commit 8e89202

File tree

2 files changed

+110
-84
lines changed

2 files changed

+110
-84
lines changed

go.mod

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/signalfx/splunk-otel-collector
22

33
go 1.23.0
4+
toolchain go1.24.1
45

56
require (
67
github.com/alecthomas/participle/v2 v2.1.1
@@ -10,8 +11,8 @@ require (
1011
github.com/fsnotify/fsnotify v1.8.0
1112
github.com/go-zookeeper/zk v1.0.4
1213
github.com/gogo/protobuf v1.3.2
13-
github.com/hashicorp/vault v1.18.2
14-
github.com/hashicorp/vault-plugin-auth-gcp v0.19.1
14+
github.com/hashicorp/vault v1.19.0
15+
github.com/hashicorp/vault-plugin-auth-gcp v0.20.1
1516
github.com/hashicorp/vault/api v1.16.0
1617
github.com/knadh/koanf v1.5.0
1718
github.com/open-telemetry/opentelemetry-collector-contrib/connector/countconnector v0.121.0
@@ -201,7 +202,7 @@ require (
201202
github.com/ProtonMail/go-crypto v1.0.0 // indirect
202203
github.com/antchfx/xmlquery v1.4.3 // indirect
203204
github.com/antchfx/xpath v1.3.3 // indirect
204-
github.com/apache/arrow/go/v15 v15.0.0 // indirect
205+
github.com/apache/arrow/go/v16 v16.0.0 // indirect
205206
github.com/apache/pulsar-client-go v0.14.0 // indirect
206207
github.com/aws/aws-msk-iam-sasl-signer-go v1.0.1 // indirect
207208
github.com/aws/aws-sdk-go-v2/config v1.29.7 // indirect
@@ -244,13 +245,14 @@ require (
244245
github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect
245246
github.com/facebook/time v0.0.0-20240510113249-fa89cc575891 // indirect
246247
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
247-
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
248+
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
248249
github.com/go-resty/resty/v2 v2.13.1 // indirect
249250
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
250251
github.com/goccy/go-json v0.10.5 // indirect
251252
github.com/godbus/dbus/v5 v5.1.0 // indirect
252253
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
253254
github.com/golang/mock v1.6.0 // indirect
255+
github.com/google/certificate-transparency-go v1.3.1 // indirect
254256
github.com/google/gnostic-models v0.6.8 // indirect
255257
github.com/google/go-metrics-stackdriver v0.6.0 // indirect
256258
github.com/google/s2a-go v0.1.9 // indirect
@@ -260,11 +262,12 @@ require (
260262
github.com/hashicorp/cronexpr v1.1.2 // indirect
261263
github.com/hashicorp/go-bexpr v0.1.14 // indirect
262264
github.com/hashicorp/go-discover v0.0.0-20230724184603-e89ebd1b2f65 // indirect
263-
github.com/hashicorp/go-kms-wrapping/v2 v2.0.16 // indirect
264-
github.com/hashicorp/go-kms-wrapping/wrappers/ocikms/v2 v2.0.8 // indirect
265-
github.com/hashicorp/go-metrics v0.5.3 // indirect
265+
github.com/hashicorp/go-hmac-drbg v0.0.0-20210916214228-a6e5a68489f6 // indirect
266+
github.com/hashicorp/go-kms-wrapping/v2 v2.0.18 // indirect
266267
github.com/hashicorp/go-msgpack v1.1.5 // indirect
267268
github.com/hashicorp/go-raftchunking v0.7.0 // indirect
269+
github.com/hashicorp/go-secure-stdlib/cryptoutil v0.1.1 // indirect
270+
github.com/hashicorp/go-secure-stdlib/permitpool v1.0.0 // indirect
268271
github.com/hashicorp/go-secure-stdlib/plugincontainer v0.4.1 // indirect
269272
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
270273
github.com/hashicorp/mdns v1.0.5 // indirect
@@ -326,7 +329,7 @@ require (
326329
github.com/opencontainers/runtime-spec v1.2.0 // indirect
327330
github.com/ovh/go-ovh v1.6.0 // indirect
328331
github.com/packethost/packngo v0.31.0 // indirect
329-
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
332+
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
330333
github.com/pkg/errors v0.9.1 // indirect
331334
github.com/pkg/sftp v1.13.7 // indirect
332335
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
@@ -338,7 +341,8 @@ require (
338341
github.com/rboyer/safeio v0.2.3 // indirect
339342
github.com/redis/go-redis/v9 v9.7.1 // indirect
340343
github.com/relvacode/iso8601 v1.6.0 // indirect
341-
github.com/sasha-s/go-deadlock v0.3.1 // indirect
344+
github.com/robfig/cron/v3 v3.0.1 // indirect
345+
github.com/sasha-s/go-deadlock v0.3.5 // indirect
342346
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30 // indirect
343347
github.com/sethvargo/go-limiter v0.7.2 // indirect
344348
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
@@ -438,7 +442,7 @@ require (
438442
github.com/Azure/azure-event-hubs-go/v3 v3.6.2 // indirect
439443
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
440444
github.com/Azure/go-amqp v1.4.0 // indirect
441-
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
445+
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
442446
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
443447
github.com/Azure/go-autorest/autorest v0.11.29 // indirect
444448
github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
@@ -492,7 +496,7 @@ require (
492496
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
493497
github.com/fatih/color v1.17.0 // indirect
494498
github.com/felixge/httpsnoop v1.0.4 // indirect
495-
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
499+
github.com/gabriel-vasile/mimetype v1.4.7 // indirect
496500
github.com/go-kit/log v0.2.1 // indirect
497501
github.com/go-logfmt/logfmt v0.6.0 // indirect
498502
github.com/go-logr/logr v1.4.2 // indirect
@@ -540,16 +544,16 @@ require (
540544
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
541545
github.com/hashicorp/go-secure-stdlib/awsutil v0.3.0 // indirect
542546
github.com/hashicorp/go-secure-stdlib/mlock v0.1.3 // indirect
543-
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect
547+
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.9 // indirect
544548
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
545-
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
549+
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
546550
github.com/hashicorp/go-uuid v1.0.3 // indirect
547551
github.com/hashicorp/go-version v1.7.0 // indirect
548552
github.com/hashicorp/golang-lru v1.0.2 // indirect
549553
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
550554
github.com/hashicorp/serf v0.10.1 // indirect
551-
github.com/hashicorp/vault/sdk v0.14.0 // indirect
552-
github.com/hashicorp/yamux v0.1.1 // indirect
555+
github.com/hashicorp/vault/sdk v0.15.2 // indirect
556+
github.com/hashicorp/yamux v0.1.2 // indirect
553557
github.com/iancoleman/strcase v0.3.0 // indirect
554558
github.com/inconshreveable/mousetrap v1.1.0 // indirect
555559
github.com/influxdata/tail v1.0.1-0.20221130111531-19b97bffd978 // indirect
@@ -558,15 +562,15 @@ require (
558562
github.com/jackc/pgio v1.0.0 // indirect
559563
github.com/jackc/pgpassfile v1.0.0 // indirect
560564
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
561-
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
565+
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
562566
github.com/jackc/pgtype v1.14.3 // indirect
563567
github.com/jackc/pgx/v4 v4.18.3 // indirect
564568
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
565569
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
566570
github.com/jcmturner/gofork v1.7.6 // indirect
567571
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
568572
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
569-
github.com/jmespath/go-jmespath v0.4.0 // indirect
573+
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
570574
github.com/josharian/intern v1.0.0 // indirect
571575
github.com/jpillora/backoff v1.0.0 // indirect
572576
github.com/json-iterator/go v1.1.12 // indirect
@@ -641,7 +645,7 @@ require (
641645
github.com/signalfx/sapm-proto v0.17.0 // indirect
642646
github.com/sijms/go-ora/v2 v2.8.24 // indirect
643647
github.com/sirupsen/logrus v1.9.3 // indirect
644-
github.com/snowflakedb/gosnowflake v1.12.0 // indirect
648+
github.com/snowflakedb/gosnowflake v1.13.0 // indirect
645649
github.com/spaolacci/murmur3 v1.1.0 // indirect
646650
github.com/spf13/cobra v1.9.1 // indirect
647651
github.com/stretchr/objx v0.5.2 // indirect

0 commit comments

Comments
 (0)