Skip to content

Commit 1426db9

Browse files
chore(deps): update all non-major dependencies (#2935)
Co-authored-by: Valentin Maerten <maerten.valentin@gmail.com>
1 parent 547af56 commit 1426db9

9 files changed

Lines changed: 295 additions & 240 deletions

File tree

.github/renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"addLabels":["area: dependencies"],
1010
"osvVulnerabilityAlerts": true,
1111
"postUpdateOptions": ["gomodTidy"],
12+
"constraints": {
13+
"go": "1.25"
14+
},
1215
"customManagers": [
1316
{
1417
"customType": "regex",

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: 📥 Checkout
28-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
28+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2929

3030
- name: ⬇️ Setup Go
3131
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ${{ matrix.platform }}
4646
steps:
4747
- name: 📥 Checkout
48-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
48+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4949

5050
- name: ⬇️ Setup Go
5151
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
steps:
6969
- name: 📥 Checkout
70-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
70+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7171

7272
- name: ⬇️ Setup Go
7373
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585
steps:
8686
- name: 📥 Checkout
87-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
87+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8888

8989
- name: ⬇️ Setup Python
9090
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0

.github/workflows/release-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
16+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
17+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818
with:
1919
fetch-depth: 0
2020

go.mod

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ require (
3030
go.yaml.in/yaml/v3 v3.0.4
3131
golang.org/x/sync v0.22.0
3232
golang.org/x/term v0.45.0
33-
mvdan.cc/sh/moreinterp v0.0.0-20260120230322-19def062a997
34-
mvdan.cc/sh/v3 v3.13.2-0.20260613075524-2255122b577b
33+
mvdan.cc/sh/moreinterp v0.0.0-20260725080351-dccf23ff9b34
34+
mvdan.cc/sh/v3 v3.13.2-0.20260725080351-dccf23ff9b34
3535
)
3636

3737
require (
@@ -42,73 +42,73 @@ require (
4242
cloud.google.com/go/compute/metadata v0.9.0 // indirect
4343
cloud.google.com/go/iam v1.12.0 // indirect
4444
cloud.google.com/go/monitoring v1.30.0 // indirect
45-
cloud.google.com/go/storage v1.63.1 // indirect
46-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.34.0 // indirect
47-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.58.0 // indirect
48-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.58.0 // indirect
45+
cloud.google.com/go/storage v1.64.0 // indirect
46+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.35.0 // indirect
47+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.59.0 // indirect
48+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.59.0 // indirect
4949
github.com/atotto/clipboard v0.1.4 // indirect
50-
github.com/aws/aws-sdk-go-v2 v1.42.1 // indirect
50+
github.com/aws/aws-sdk-go-v2 v1.43.0 // indirect
5151
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.14 // indirect
52-
github.com/aws/aws-sdk-go-v2/config v1.32.30 // indirect
53-
github.com/aws/aws-sdk-go-v2/credentials v1.19.29 // indirect
54-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.30 // indirect
55-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.30 // indirect
56-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.30 // indirect
57-
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.31 // indirect
52+
github.com/aws/aws-sdk-go-v2/config v1.32.31 // indirect
53+
github.com/aws/aws-sdk-go-v2/credentials v1.19.30 // indirect
54+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.31 // indirect
55+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.31 // indirect
56+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.31 // indirect
57+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.32 // indirect
5858
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.13 // indirect
59-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.23 // indirect
60-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.30 // indirect
61-
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.31 // indirect
62-
github.com/aws/aws-sdk-go-v2/service/s3 v1.105.1 // indirect
63-
github.com/aws/aws-sdk-go-v2/service/signin v1.4.1 // indirect
64-
github.com/aws/aws-sdk-go-v2/service/sso v1.32.1 // indirect
65-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.37.1 // indirect
66-
github.com/aws/aws-sdk-go-v2/service/sts v1.44.1 // indirect
67-
github.com/aws/smithy-go v1.27.3 // indirect
59+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.24 // indirect
60+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.31 // indirect
61+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.32 // indirect
62+
github.com/aws/aws-sdk-go-v2/service/s3 v1.106.0 // indirect
63+
github.com/aws/aws-sdk-go-v2/service/signin v1.5.0 // indirect
64+
github.com/aws/aws-sdk-go-v2/service/sso v1.33.0 // indirect
65+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.38.0 // indirect
66+
github.com/aws/aws-sdk-go-v2/service/sts v1.45.0 // indirect
67+
github.com/aws/smithy-go v1.27.4 // indirect
6868
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
6969
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7070
github.com/charmbracelet/colorprofile v0.4.3 // indirect
71-
github.com/charmbracelet/ultraviolet v0.0.0-20260713092251-4bee1914c0cf // indirect
71+
github.com/charmbracelet/ultraviolet v0.0.0-20260720091822-7cc6674724ac // indirect
7272
github.com/charmbracelet/x/ansi v0.11.7 // indirect
7373
github.com/charmbracelet/x/term v0.2.2 // indirect
7474
github.com/charmbracelet/x/termios v0.1.1 // indirect
7575
github.com/charmbracelet/x/windows v0.2.2 // indirect
7676
github.com/clipperhouse/displaywidth v0.11.0 // indirect
7777
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
7878
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 // indirect
79-
github.com/dlclark/regexp2/v2 v2.5.0 // indirect
79+
github.com/dlclark/regexp2/v2 v2.5.2 // indirect
8080
github.com/dustin/go-humanize v1.0.1 // indirect
8181
github.com/envoyproxy/go-control-plane/envoy v1.37.0 // indirect
8282
github.com/envoyproxy/protoc-gen-validate v1.3.3 // indirect
8383
github.com/felixge/httpsnoop v1.1.0 // indirect
8484
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
85-
github.com/go-logr/logr v1.4.3 // indirect
85+
github.com/go-logr/logr v1.4.4 // indirect
8686
github.com/go-logr/stdr v1.2.2 // indirect
8787
github.com/google/s2a-go v0.1.9 // indirect
88-
github.com/googleapis/enterprise-certificate-proxy v0.3.18 // indirect
88+
github.com/googleapis/enterprise-certificate-proxy v0.3.19 // indirect
8989
github.com/googleapis/gax-go/v2 v2.23.0 // indirect
9090
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.73 // indirect
9191
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
9292
github.com/hashicorp/go-version v1.9.0 // indirect
93-
github.com/klauspost/compress v1.19.0 // indirect
93+
github.com/klauspost/compress v1.19.1 // indirect
9494
github.com/klauspost/cpuid/v2 v2.4.0 // indirect
9595
github.com/klauspost/pgzip v1.2.6 // indirect
9696
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
9797
github.com/mattn/go-colorable v0.1.15 // indirect
98-
github.com/mattn/go-isatty v0.0.22 // indirect
99-
github.com/mattn/go-runewidth v0.0.24 // indirect
98+
github.com/mattn/go-isatty v0.0.24 // indirect
99+
github.com/mattn/go-runewidth v0.0.27 // indirect
100100
github.com/mitchellh/go-homedir v1.1.0 // indirect
101101
github.com/muesli/cancelreader v0.2.2 // indirect
102102
github.com/pierrec/lz4/v4 v4.1.27 // indirect
103-
github.com/planetscale/vtprotobuf v0.6.1-0.20260702190614-8ae5a48058df // indirect
103+
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
104104
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
105105
github.com/rivo/uniseg v0.4.7 // indirect
106106
github.com/sergi/go-diff v1.4.0 // indirect
107107
github.com/spiffe/go-spiffe/v2 v2.8.1 // indirect
108108
github.com/stretchr/objx v0.5.3 // indirect
109109
github.com/u-root/u-root v0.16.0 // indirect
110110
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
111-
github.com/ulikunitz/xz v0.5.15 // indirect
111+
github.com/ulikunitz/xz v0.5.16 // indirect
112112
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
113113
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
114114
go.opentelemetry.io/contrib/detectors/gcp v1.44.0 // indirect
@@ -120,17 +120,17 @@ require (
120120
go.opentelemetry.io/otel/sdk/metric v1.44.0 // indirect
121121
go.opentelemetry.io/otel/trace v1.44.0 // indirect
122122
golang.org/x/crypto v0.54.0 // indirect
123-
golang.org/x/exp v0.0.0-20260709172345-9ea1abe57597 // indirect
123+
golang.org/x/exp v0.0.0-20260718201538-764159d718ef // indirect
124124
golang.org/x/net v0.57.0 // indirect
125125
golang.org/x/oauth2 v0.36.0 // indirect
126126
golang.org/x/sys v0.47.0 // indirect
127127
golang.org/x/text v0.40.0 // indirect
128128
golang.org/x/time v0.15.0 // indirect
129-
google.golang.org/api v0.288.0 // indirect
130-
google.golang.org/genproto v0.0.0-20260713224248-f5fc221cf8c4 // indirect
131-
google.golang.org/genproto/googleapis/api v0.0.0-20260713224248-f5fc221cf8c4 // indirect
132-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260713224248-f5fc221cf8c4 // indirect
133-
google.golang.org/grpc v1.82.0 // indirect
129+
google.golang.org/api v0.290.0 // indirect
130+
google.golang.org/genproto v0.0.0-20260724162435-b2f20204f0df // indirect
131+
google.golang.org/genproto/googleapis/api v0.0.0-20260724162435-b2f20204f0df // indirect
132+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260724162435-b2f20204f0df // indirect
133+
google.golang.org/grpc v1.82.1 // indirect
134134
google.golang.org/protobuf v1.36.11 // indirect
135135
gopkg.in/yaml.v3 v3.0.1 // indirect
136136
)

0 commit comments

Comments
 (0)