@@ -5,13 +5,13 @@ go 1.25.0
55replace (
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
1313require (
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,10 +27,10 @@ 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
33- github.com/siderolabs/go-api-signature v0.3.7
33+ github.com/siderolabs/go-api-signature v0.3.8
3434 github.com/siderolabs/go-kubeconfig v0.1.1
3535 github.com/siderolabs/go-pointer v1.0.1
3636 github.com/siderolabs/image-factory v0.8.4
@@ -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
5353require (
0 commit comments