Skip to content

Commit ed9c0e6

Browse files
Bump github.com/goreleaser/goreleaser/v2 from 2.4.4 to 2.4.7 in /tools
Bumps [github.com/goreleaser/goreleaser/v2](https://github.com/goreleaser/goreleaser) from 2.4.4 to 2.4.7. - [Release notes](https://github.com/goreleaser/goreleaser/releases) - [Changelog](https://github.com/goreleaser/goreleaser/blob/main/.goreleaser.yaml) - [Commits](goreleaser/goreleaser@v2.4.4...v2.4.7) --- updated-dependencies: - dependency-name: github.com/goreleaser/goreleaser/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e7698a4 commit ed9c0e6

File tree

2 files changed

+107
-53
lines changed

2 files changed

+107
-53
lines changed

tools/go.mod

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,23 @@ go 1.23.0
55
require (
66
github.com/client9/misspell v0.3.4
77
github.com/golangci/golangci-lint v1.62.0
8-
github.com/goreleaser/goreleaser/v2 v2.4.4
8+
github.com/goreleaser/goreleaser/v2 v2.4.7
99
golang.org/x/vuln v1.1.3
1010
)
1111

1212
require (
1313
4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
1414
4d63.com/gochecknoglobals v0.2.1 // indirect
15+
cel.dev/expr v0.16.1 // indirect
1516
cloud.google.com/go v0.115.1 // indirect
1617
cloud.google.com/go/auth v0.9.4 // indirect
1718
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
1819
cloud.google.com/go/compute/metadata v0.5.1 // indirect
19-
cloud.google.com/go/iam v1.2.0 // indirect
20+
cloud.google.com/go/iam v1.2.1 // indirect
2021
cloud.google.com/go/kms v1.19.0 // indirect
21-
cloud.google.com/go/longrunning v0.6.0 // indirect
22-
cloud.google.com/go/storage v1.43.0 // indirect
22+
cloud.google.com/go/longrunning v0.6.1 // indirect
23+
cloud.google.com/go/monitoring v1.21.0 // indirect
24+
cloud.google.com/go/storage v1.45.0 // indirect
2325
code.gitea.io/sdk/gitea v0.19.0 // indirect
2426
dario.cat/mergo v1.0.1 // indirect
2527
github.com/4meepo/tagalign v1.3.4 // indirect
@@ -49,6 +51,9 @@ require (
4951
github.com/Crocmagnon/fatcontext v0.5.2 // indirect
5052
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
5153
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0 // indirect
54+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
55+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
56+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
5257
github.com/Masterminds/goutils v1.1.1 // indirect
5358
github.com/Masterminds/semver/v3 v3.3.0 // indirect
5459
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
@@ -117,6 +122,7 @@ require (
117122
github.com/cavaliergopher/cpio v1.0.1 // indirect
118123
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
119124
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
125+
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
120126
github.com/cespare/xxhash/v2 v2.3.0 // indirect
121127
github.com/charithe/durationcheck v0.0.10 // indirect
122128
github.com/charmbracelet/lipgloss v1.0.0 // indirect
@@ -126,6 +132,7 @@ require (
126132
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
127133
github.com/ckaznocha/intrange v0.2.1 // indirect
128134
github.com/cloudflare/circl v1.3.8 // indirect
135+
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
129136
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
130137
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
131138
github.com/curioswitch/go-reassign v0.2.0 // indirect
@@ -143,12 +150,14 @@ require (
143150
github.com/docker/cli v27.1.1+incompatible // indirect
144151
github.com/docker/distribution v2.8.3+incompatible // indirect
145152
github.com/docker/docker v27.3.1+incompatible // indirect
146-
github.com/docker/docker-credential-helpers v0.8.1 // indirect
153+
github.com/docker/docker-credential-helpers v0.8.2 // indirect
147154
github.com/docker/go-connections v0.5.0 // indirect
148155
github.com/docker/go-units v0.5.0 // indirect
149156
github.com/dustin/go-humanize v1.0.1 // indirect
150157
github.com/elliotchance/orderedmap/v2 v2.2.0 // indirect
151158
github.com/emirpasic/gods v1.18.1 // indirect
159+
github.com/envoyproxy/go-control-plane v0.13.0 // indirect
160+
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
152161
github.com/ettle/strcase v0.2.0 // indirect
153162
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
154163
github.com/fatih/color v1.18.0 // indirect
@@ -219,7 +228,7 @@ require (
219228
github.com/gordonklaus/ineffassign v0.1.0 // indirect
220229
github.com/goreleaser/chglog v0.6.1 // indirect
221230
github.com/goreleaser/fileglob v1.3.0 // indirect
222-
github.com/goreleaser/nfpm/v2 v2.41.0 // indirect
231+
github.com/goreleaser/nfpm/v2 v2.41.1 // indirect
223232
github.com/goreleaser/quill v0.0.0-20241025150139-731751b4046d // indirect
224233
github.com/gorilla/websocket v1.5.1 // indirect
225234
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
@@ -320,6 +329,7 @@ require (
320329
github.com/pjbgf/sha1cd v0.3.0 // indirect
321330
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
322331
github.com/pkg/errors v0.9.1 // indirect
332+
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
323333
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
324334
github.com/polydawn/refmt v0.89.1-0.20221221234430-40501e09de1f // indirect
325335
github.com/polyfloyd/go-errorlint v1.6.0 // indirect
@@ -393,7 +403,7 @@ require (
393403
github.com/wagoodman/go-progress v0.0.0-20220614130704-4b1c25a33c7c // indirect
394404
github.com/whyrusleeping/cbor-gen v0.1.3-0.20240731173018-74d74643234c // indirect
395405
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
396-
github.com/xanzy/go-gitlab v0.112.0 // indirect
406+
github.com/xanzy/go-gitlab v0.113.0 // indirect
397407
github.com/xanzy/ssh-agent v0.3.3 // indirect
398408
github.com/xen0n/gosmopolitan v1.2.2 // indirect
399409
github.com/yagipy/maintidx v1.0.0 // indirect
@@ -405,10 +415,13 @@ require (
405415
go-simpler.org/sloglint v0.7.2 // indirect
406416
go.mongodb.org/mongo-driver v1.14.0 // indirect
407417
go.opencensus.io v0.24.0 // indirect
418+
go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
408419
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
409420
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
410421
go.opentelemetry.io/otel v1.29.0 // indirect
411422
go.opentelemetry.io/otel/metric v1.29.0 // indirect
423+
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
424+
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
412425
go.opentelemetry.io/otel/trace v1.29.0 // indirect
413426
go.uber.org/atomic v1.11.0 // indirect
414427
go.uber.org/automaxprocs v1.6.0 // indirect
@@ -420,7 +433,7 @@ require (
420433
golang.org/x/exp/typeparams v0.0.0-20240909161429-701f63a606c0 // indirect
421434
golang.org/x/mod v0.22.0 // indirect
422435
golang.org/x/net v0.31.0 // indirect
423-
golang.org/x/oauth2 v0.23.0 // indirect
436+
golang.org/x/oauth2 v0.24.0 // indirect
424437
golang.org/x/sync v0.9.0 // indirect
425438
golang.org/x/sys v0.27.0 // indirect
426439
golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect
@@ -431,9 +444,10 @@ require (
431444
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
432445
google.golang.org/api v0.198.0 // indirect
433446
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
434-
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
447+
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
435448
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
436449
google.golang.org/grpc v1.66.2 // indirect
450+
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
437451
google.golang.org/protobuf v1.34.2 // indirect
438452
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
439453
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)