Skip to content

Commit 21e7627

Browse files
chore: update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1cd472 commit 21e7627

File tree

6 files changed

+498
-264
lines changed

6 files changed

+498
-264
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- ubuntu-latest
1616
steps:
1717
- name: Close stale issues and PRs
18-
uses: actions/stale@v9.1.0
18+
uses: actions/stale@v10.0.0
1919
with:
2020
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
2121
days-before-issue-close: "5"

client/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ go 1.25.0
55
replace (
66
// forked go-yaml that introduces RawYAML interface, which can be used to populate YAML fields using bytes
77
// which are then encoded as a valid YAML blocks with proper indentiation
8-
gopkg.in/yaml.v3 => github.com/unix4ever/yaml v0.0.0-20220527175918-f17b0f05cf2c
8+
gopkg.in/yaml.v3 => github.com/unix4ever/yaml/v2 v2.4.0
99
// our fork for tcpproxy with fixes
1010
inet.af/tcpproxy => github.com/smira/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252
1111
)
1212

1313
require (
14-
github.com/ProtonMail/gopenpgp/v2 v2.9.0
14+
github.com/ProtonMail/gopenpgp/v3 v3.3.0
1515
github.com/adrg/xdg v0.5.3
1616
github.com/blang/semver v3.5.1+incompatible
1717
github.com/blang/semver/v4 v4.0.0
@@ -27,7 +27,7 @@ require (
2727
github.com/jxskiss/base62 v1.1.0
2828
github.com/klauspost/compress v1.18.0
2929
github.com/mattn/go-isatty v0.0.20
30-
github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2
30+
github.com/planetscale/vtprotobuf ba97887b0a25
3131
github.com/sergi/go-diff v1.4.0
3232
github.com/siderolabs/gen v0.8.5
3333
github.com/siderolabs/go-api-signature v0.3.7
@@ -45,9 +45,9 @@ require (
4545
golang.org/x/term v0.35.0
4646
google.golang.org/grpc v1.75.1
4747
google.golang.org/protobuf v1.36.9
48-
gopkg.in/yaml.v2 v2.4.0
48+
gopkg.in/yaml.v3 v3.0.1
4949
gopkg.in/yaml.v3 v3.0.3
50-
k8s.io/client-go v0.35.0-alpha.0
50+
k8s.io/client-go v11.0.0+incompatible
5151
)
5252

5353
require (

0 commit comments

Comments
 (0)