@@ -17,13 +17,12 @@ require (
17
17
github.com/pkg/errors v0.9.1
18
18
github.com/vishvananda/netlink v1.3.1
19
19
github.com/vishvananda/netns v0.0.5
20
- go.uber.org/zap v1.17 .0 // indirect
20
+ go.uber.org/zap v1.27 .0 // indirect
21
21
golang.org/x/net v0.38.0 // indirect
22
- golang.org/x/oauth2 v0.23 .0 // indirect
23
- golang.org/x/time v0.6 .0 // indirect
22
+ golang.org/x/oauth2 v0.27 .0 // indirect
23
+ golang.org/x/time v0.9 .0 // indirect
24
24
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 // indirect
25
25
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
26
- google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
27
26
k8s.io/api v0.30.13
28
27
k8s.io/apimachinery v0.30.13
29
28
k8s.io/client-go v0.30.13
@@ -38,56 +37,71 @@ require (
38
37
)
39
38
40
39
require (
40
+ github.com/VividCortex/ewma v1.2.0 // indirect
41
41
github.com/beorn7/perks v1.0.1 // indirect
42
+ github.com/bgentry/speakeasy v0.2.0 // indirect
42
43
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
43
44
github.com/cespare/xxhash/v2 v2.3.0 // indirect
45
+ github.com/cheggaaa/pb/v3 v3.1.6 // indirect
44
46
github.com/containerd/cgroups/v3 v3.0.3 // indirect
45
47
github.com/containerd/errdefs v0.3.0 // indirect
46
48
github.com/containerd/errdefs/pkg v0.3.0 // indirect
47
49
github.com/containerd/typeurl/v2 v2.2.0 // indirect
48
- github.com/dustin/go-humanize v1.0.0 // indirect
50
+ github.com/dustin/go-humanize v1.0.1 // indirect
49
51
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
52
+ github.com/fatih/color v1.18.0 // indirect
50
53
github.com/go-logr/stdr v1.2.2 // indirect
51
54
github.com/go-openapi/jsonpointer v0.21.0 // indirect
52
55
github.com/go-openapi/jsonreference v0.20.2 // indirect
53
56
github.com/go-openapi/swag v0.23.0 // indirect
54
- github.com/golang-jwt/jwt/v4 v4.5 .2 // indirect
55
- github.com/google/btree v1.0.1 // indirect
57
+ github.com/golang-jwt/jwt/v5 v5.2 .2 // indirect
58
+ github.com/google/btree v1.1.3 // indirect
56
59
github.com/google/gnostic-models v0.6.8 // indirect
57
60
github.com/google/uuid v1.6.0 // indirect
58
61
github.com/gorilla/websocket v1.5.0 // indirect
59
62
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
60
- github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
61
- github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
62
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
63
+ github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
64
+ github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
65
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
66
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
63
67
github.com/josharian/intern v1.0.0 // indirect
64
68
github.com/klauspost/compress v1.17.9 // indirect
65
69
github.com/mailru/easyjson v0.7.7 // indirect
70
+ github.com/mattn/go-colorable v0.1.14 // indirect
71
+ github.com/mattn/go-isatty v0.0.20 // indirect
72
+ github.com/mattn/go-runewidth v0.0.16 // indirect
66
73
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
74
+ github.com/olekukonko/tablewriter v0.0.5 // indirect
75
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
67
76
github.com/prometheus/client_golang v1.20.5 // indirect
68
77
github.com/prometheus/client_model v0.6.1 // indirect
69
- github.com/prometheus/common v0.55 .0 // indirect
78
+ github.com/prometheus/common v0.62 .0 // indirect
70
79
github.com/prometheus/procfs v0.15.1 // indirect
80
+ github.com/rivo/uniseg v0.4.7 // indirect
71
81
github.com/soheilhy/cmux v0.1.5 // indirect
82
+ github.com/spf13/cobra v1.8.1 // indirect
83
+ github.com/stretchr/testify v1.10.0 // indirect
72
84
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
73
85
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
74
- go.etcd.io/bbolt v1.3.11 // indirect
75
- go.etcd.io/etcd/client/v2 v2.305.21 // indirect
76
- go.etcd.io/etcd/pkg/v3 v3.5.21 // indirect
77
- go.etcd.io/etcd/raft/v3 v3.5.21 // indirect
78
- go.etcd.io/etcd/server/v3 v3.5.21 // indirect
79
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
80
- go.opentelemetry.io/otel v1.31.0 // indirect
81
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
82
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
83
- go.opentelemetry.io/otel/metric v1.31.0 // indirect
84
- go.opentelemetry.io/otel/sdk v1.31.0 // indirect
85
- go.opentelemetry.io/otel/trace v1.31.0 // indirect
86
- go.opentelemetry.io/proto/otlp v1.0.0 // indirect
86
+ go.etcd.io/bbolt v1.4.0 // indirect
87
+ go.etcd.io/etcd/etcdctl/v3 v3.6.0 // indirect
88
+ go.etcd.io/etcd/pkg/v3 v3.6.0 // indirect
89
+ go.etcd.io/etcd/server/v3 v3.6.0 // indirect
90
+ go.etcd.io/gofail v0.2.0 // indirect
91
+ go.etcd.io/raft/v3 v3.6.0 // indirect
92
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
93
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
94
+ go.opentelemetry.io/otel v1.34.0 // indirect
95
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
96
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
97
+ go.opentelemetry.io/otel/metric v1.34.0 // indirect
98
+ go.opentelemetry.io/otel/sdk v1.34.0 // indirect
99
+ go.opentelemetry.io/otel/trace v1.34.0 // indirect
100
+ go.opentelemetry.io/proto/otlp v1.5.0 // indirect
87
101
golang.org/x/sync v0.13.0 // indirect
88
- google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
89
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
90
- gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
102
+ google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
103
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
104
+ gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
91
105
gopkg.in/yaml.v3 v3.0.1 // indirect
92
106
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
93
107
)
@@ -110,19 +124,18 @@ require (
110
124
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
111
125
github.com/modern-go/reflect2 v1.0.2 // indirect
112
126
github.com/sirupsen/logrus v1.9.3 // indirect
113
- github.com/spf13/pflag v1.0.5 // indirect
114
- go.etcd.io/etcd/api/v3 v3.5.21
115
- go.etcd.io/etcd/client/pkg/v3 v3.5.21
116
- go.etcd.io/etcd/client/v3 v3.5.21
117
- go.etcd.io/etcd/tests/v3 v3.5.21
127
+ github.com/spf13/pflag v1.0.6 // indirect
128
+ go.etcd.io/etcd/api/v3 v3.6.0
129
+ go.etcd.io/etcd/client/pkg/v3 v3.6.0
130
+ go.etcd.io/etcd/client/v3 v3.6.0
131
+ go.etcd.io/etcd/tests/v3 v3.6.0
118
132
go.opencensus.io v0.24.0 // indirect
119
- go.uber.org/atomic v1.7.0 // indirect
120
- go.uber.org/multierr v1.6.0 // indirect
133
+ go.uber.org/multierr v1.11.0 // indirect
121
134
golang.org/x/crypto v0.36.0 // indirect
122
135
golang.org/x/sys v0.32.0 // indirect
123
136
golang.org/x/term v0.30.0 // indirect
124
137
golang.org/x/text v0.23.0 // indirect
125
- google.golang.org/grpc v1.69.0 // indirect
138
+ google.golang.org/grpc v1.71.1 // indirect
126
139
google.golang.org/protobuf v1.36.5 // indirect
127
140
gopkg.in/inf.v0 v0.9.1 // indirect
128
141
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments