@@ -5,13 +5,13 @@ go 1.23.4
5
5
replace (
6
6
// forked go-yaml that introduces RawYAML interface, which can be used to populate YAML fields using bytes
7
7
// 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
9
9
// our fork for tcpproxy with fixes
10
10
inet.af/tcpproxy => github.com/smira/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252
11
11
)
12
12
13
13
require (
14
- github.com/ProtonMail/gopenpgp/v2 v2.8 .2
14
+ github.com/ProtonMail/gopenpgp/v3 v3.1 .2
15
15
github.com/adrg/xdg v0.5.3
16
16
github.com/blang/semver v3.5.1+incompatible
17
17
github.com/blang/semver/v4 v4.0.0
@@ -21,7 +21,7 @@ require (
21
21
github.com/gertd/go-pluralize v0.2.1
22
22
github.com/google/uuid v1.6.0
23
23
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
25
25
github.com/hashicorp/go-multierror v1.1.1
26
26
github.com/hexops/gotextdiff v1.0.3
27
27
github.com/klauspost/compress v1.17.11
@@ -32,19 +32,19 @@ require (
32
32
github.com/siderolabs/go-api-signature v0.3.6
33
33
github.com/siderolabs/go-kubeconfig v0.1.0
34
34
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
36
36
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
38
38
github.com/spf13/cobra v1.8.1
39
39
github.com/stretchr/testify v1.10.0
40
40
github.com/xlab/treeprint v1.2.0
41
41
go.uber.org/zap v1.27.0
42
42
golang.org/x/sync v0.11.0
43
- golang.org/x/term v0.28 .0
43
+ golang.org/x/term v0.29 .0
44
44
google.golang.org/grpc v1.70.0
45
- google.golang.org/protobuf v1.36.4
45
+ google.golang.org/protobuf v1.36.5
46
46
gopkg.in/yaml.v3 v3.0.1
47
- k8s.io/client-go v0.32.0
47
+ k8s.io/client-go v0.32.1
48
48
)
49
49
50
50
require (
0 commit comments