@@ -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 v3.5.1+incompatible
17
17
github.com/blang/semver/v4 v4.0.0
@@ -27,7 +27,7 @@ require (
27
27
github.com/jxskiss/base62 v1.1.0
28
28
github.com/klauspost/compress v1.18.0
29
29
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
31
31
github.com/sergi/go-diff v1.4.0
32
32
github.com/siderolabs/gen v0.8.5
33
33
github.com/siderolabs/go-api-signature v0.3.7
@@ -45,9 +45,9 @@ require (
45
45
golang.org/x/term v0.35.0
46
46
google.golang.org/grpc v1.75.1
47
47
google.golang.org/protobuf v1.36.9
48
- gopkg.in/yaml.v2 v2.4.0
48
+ gopkg.in/yaml.v3 v3.0.1
49
49
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
51
51
)
52
52
53
53
require (
0 commit comments