@@ -5,13 +5,13 @@ go 1.25.0
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.9 .0
14
+ github.com/ProtonMail/gopenpgp/v3 v3.3 .0
15
15
github.com/adrg/xdg v0.5.3
16
16
github.com/blang/semver/v4 v4.0.0
17
17
github.com/cosi-project/runtime v1.11.0
@@ -26,7 +26,7 @@ require (
26
26
github.com/jxskiss/base62 v1.1.0
27
27
github.com/klauspost/compress v1.18.0
28
28
github.com/mattn/go-isatty v0.0.20
29
- github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2
29
+ github.com/planetscale/vtprotobuf ba97887b0a25
30
30
github.com/sergi/go-diff v1.4.0
31
31
github.com/siderolabs/gen v0.8.5
32
32
github.com/siderolabs/go-api-signature v0.3.8
@@ -35,7 +35,7 @@ require (
35
35
github.com/siderolabs/image-factory v0.8.4
36
36
github.com/siderolabs/proto-codec v0.1.2
37
37
github.com/siderolabs/siderolink v0.3.15
38
- github.com/siderolabs/talos/pkg/machinery v1.11.1
38
+ github.com/siderolabs/talos/pkg/machinery v1.11.2
39
39
github.com/spf13/cobra v1.10.1
40
40
github.com/stretchr/testify v1.11.1
41
41
github.com/xlab/treeprint v1.2.0
@@ -44,9 +44,9 @@ require (
44
44
golang.org/x/term v0.35.0
45
45
google.golang.org/grpc v1.75.1
46
46
google.golang.org/protobuf v1.36.9
47
- gopkg.in/yaml.v2 v2.4.0
47
+ gopkg.in/yaml.v3 v3.0.1
48
48
gopkg.in/yaml.v3 v3.0.3
49
- k8s.io/client-go v0.35.0-alpha.0
49
+ k8s.io/client-go v11.0.0+incompatible
50
50
)
51
51
52
52
require (
0 commit comments