Skip to content

Commit 82d33d8

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

File tree

8 files changed

+2184
-1739
lines changed

8 files changed

+2184
-1739
lines changed

client/go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ go 1.23.4
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.8.2
14+
github.com/ProtonMail/gopenpgp/v3 v3.1.2
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
@@ -21,7 +21,7 @@ require (
2121
github.com/gertd/go-pluralize v0.2.1
2222
github.com/google/uuid v1.6.0
2323
github.com/gosuri/uiprogress v0.0.1
24-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0
24+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1
2525
github.com/hashicorp/go-multierror v1.1.1
2626
github.com/hexops/gotextdiff v1.0.3
2727
github.com/klauspost/compress v1.17.11
@@ -32,19 +32,19 @@ require (
3232
github.com/siderolabs/go-api-signature v0.3.6
3333
github.com/siderolabs/go-kubeconfig v0.1.0
3434
github.com/siderolabs/go-pointer v1.0.0
35-
github.com/siderolabs/image-factory v0.6.5
35+
github.com/siderolabs/image-factory v0.6.7
3636
github.com/siderolabs/proto-codec v0.1.2
37-
github.com/siderolabs/talos/pkg/machinery v1.10.0-alpha.0
37+
github.com/siderolabs/talos/pkg/machinery v1.10.0-alpha.1
3838
github.com/spf13/cobra v1.8.1
3939
github.com/stretchr/testify v1.10.0
4040
github.com/xlab/treeprint v1.2.0
4141
go.uber.org/zap v1.27.0
4242
golang.org/x/sync v0.11.0
43-
golang.org/x/term v0.28.0
43+
golang.org/x/term v0.29.0
4444
google.golang.org/grpc v1.70.0
45-
google.golang.org/protobuf v1.36.4
45+
google.golang.org/protobuf v1.36.5
4646
gopkg.in/yaml.v3 v3.0.1
47-
k8s.io/client-go v0.32.0
47+
k8s.io/client-go v0.32.1
4848
)
4949

5050
require (

0 commit comments

Comments
 (0)