@@ -18,12 +18,12 @@ require (
18
18
github.com/spf13/cobra v1.7.0
19
19
github.com/spf13/pflag v1.0.5
20
20
github.com/vishvananda/netlink v1.3.0
21
- golang.org/x/crypto v0.37 .0
22
- golang.org/x/sys v0.32 .0
21
+ golang.org/x/crypto v0.40 .0
22
+ golang.org/x/sys v0.34 .0
23
23
golang.zx2c4.com/wireguard v0.0.0-20230704135630-469159ecf7d1
24
24
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
25
25
golang.zx2c4.com/wireguard/windows v0.5.3
26
- google.golang.org/grpc v1.64.1
26
+ google.golang.org/grpc v1.73.0
27
27
google.golang.org/protobuf v1.36.6
28
28
gopkg.in/natefinch/lumberjack.v2 v2.0.0
29
29
)
@@ -93,18 +93,18 @@ require (
93
93
github.com/yusufpapurcu/wmi v1.2.4
94
94
github.com/zcalusic/sysinfo v1.1.3
95
95
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0
96
- go.opentelemetry.io/otel v1.26 .0
96
+ go.opentelemetry.io/otel v1.35 .0
97
97
go.opentelemetry.io/otel/exporters/prometheus v0.48.0
98
- go.opentelemetry.io/otel/metric v1.26 .0
99
- go.opentelemetry.io/otel/sdk/metric v1.26 .0
98
+ go.opentelemetry.io/otel/metric v1.35 .0
99
+ go.opentelemetry.io/otel/sdk/metric v1.35 .0
100
100
go.uber.org/zap v1.27.0
101
101
goauthentik.io/api/v3 v3.2023051.3
102
102
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
103
103
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a
104
- golang.org/x/net v0.39 .0
105
- golang.org/x/oauth2 v0.27 .0
106
- golang.org/x/sync v0.13 .0
107
- golang.org/x/term v0.31 .0
104
+ golang.org/x/net v0.42 .0
105
+ golang.org/x/oauth2 v0.28 .0
106
+ golang.org/x/sync v0.16 .0
107
+ golang.org/x/term v0.33 .0
108
108
google.golang.org/api v0.177.0
109
109
gopkg.in/yaml.v3 v3.0.1
110
110
gorm.io/driver/mysql v1.5.7
@@ -117,7 +117,7 @@ require (
117
117
require (
118
118
cloud.google.com/go/auth v0.3.0 // indirect
119
119
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
120
- cloud.google.com/go/compute/metadata v0.3 .0 // indirect
120
+ cloud.google.com/go/compute/metadata v0.6 .0 // indirect
121
121
dario.cat/mergo v1.0.0 // indirect
122
122
filippo.io/edwards25519 v1.1.0 // indirect
123
123
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
@@ -232,19 +232,19 @@ require (
232
232
github.com/yuin/goldmark v1.7.1 // indirect
233
233
github.com/zeebo/blake3 v0.2.3 // indirect
234
234
go.opencensus.io v0.24.0 // indirect
235
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
235
236
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 // indirect
236
- go.opentelemetry.io/otel/sdk v1.26 .0 // indirect
237
- go.opentelemetry.io/otel/trace v1.26 .0 // indirect
237
+ go.opentelemetry.io/otel/sdk v1.35 .0 // indirect
238
+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
238
239
go.uber.org/mock v0.4.0 // indirect
239
240
go.uber.org/multierr v1.11.0 // indirect
240
241
golang.org/x/image v0.18.0 // indirect
241
- golang.org/x/mod v0.17 .0 // indirect
242
- golang.org/x/text v0.24 .0 // indirect
242
+ golang.org/x/mod v0.25 .0 // indirect
243
+ golang.org/x/text v0.27 .0 // indirect
243
244
golang.org/x/time v0.5.0 // indirect
244
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
245
+ golang.org/x/tools v0.34.0 // indirect
245
246
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
246
- google.golang.org/genproto/googleapis/api v0.0.0-20240509183442-62759503f434 // indirect
247
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
247
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
248
248
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
249
249
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
250
250
)
0 commit comments