@@ -4,25 +4,25 @@ go 1.24.1
4
4
5
5
toolchain go1.24.4
6
6
7
- require go.minekube.com/gate v0.50 .0
7
+ require go.minekube.com/gate v0.52 .0
8
8
9
9
require (
10
10
connectrpc.com/connect v1.18.1 // indirect
11
11
connectrpc.com/otelconnect v0.7.2 // indirect
12
12
github.com/Tnze/go-mc v1.20.2 // indirect
13
- github.com/cenkalti/backoff/v5 v5.0.2 // indirect
13
+ github.com/cenkalti/backoff/v5 v5.0.3 // indirect
14
14
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
15
15
github.com/ebitengine/purego v0.8.4 // indirect
16
16
github.com/felixge/httpsnoop v1.0.4 // indirect
17
17
github.com/go-logr/stdr v1.2.2 // indirect
18
18
github.com/go-ole/go-ole v1.3.0 // indirect
19
- github.com/go-viper/mapstructure/v2 v2.3 .0 // indirect
19
+ github.com/go-viper/mapstructure/v2 v2.4 .0 // indirect
20
20
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
21
21
github.com/honeycombio/otel-config-go v1.17.0 // indirect
22
22
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
23
23
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
24
24
github.com/sethvargo/go-envconfig v1.3.0 // indirect
25
- github.com/shirou/gopsutil/v4 v4.25.5 // indirect
25
+ github.com/shirou/gopsutil/v4 v4.25.7 // indirect
26
26
github.com/tklauser/go-sysconf v0.3.15 // indirect
27
27
github.com/tklauser/numcpus v0.10.0 // indirect
28
28
github.com/yusufpapurcu/wmi v1.2.4 // indirect
@@ -42,13 +42,13 @@ require (
42
42
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
43
43
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
44
44
go.opentelemetry.io/otel/trace v1.37.0 // indirect
45
- go.opentelemetry.io/proto/otlp v1.7.0 // indirect
46
- golang.org/x/net v0.41 .0 // indirect
47
- google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
45
+ go.opentelemetry.io/proto/otlp v1.7.1 // indirect
46
+ golang.org/x/net v0.43 .0 // indirect
47
+ google.golang.org/genproto/googleapis/api v0.0.0-20250811230008-5f3141c8851a // indirect
48
48
)
49
49
50
50
require (
51
- buf.build/gen/go/minekube/connect/protocolbuffers/go v1.36.6 -20240220124425-904ce30425c9.1 // indirect
51
+ buf.build/gen/go/minekube/connect/protocolbuffers/go v1.36.7 -20240220124425-904ce30425c9.1 // indirect
52
52
github.com/agext/levenshtein v1.2.3 // indirect
53
53
github.com/coder/websocket v1.8.13 // indirect
54
54
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
@@ -57,7 +57,7 @@ require (
57
57
github.com/emirpasic/gods v1.18.1 // indirect
58
58
github.com/francoispqt/gojay v1.2.13 // indirect
59
59
github.com/fsnotify/fsnotify v1.9.0 // indirect
60
- github.com/gammazero/deque v1.0 .0 // indirect
60
+ github.com/gammazero/deque v1.1 .0 // indirect
61
61
github.com/go-logr/logr v1.4.3 // indirect
62
62
github.com/go-logr/zapr v1.3.0 // indirect
63
63
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
@@ -71,30 +71,30 @@ require (
71
71
github.com/robinbraemer/event v0.1.1
72
72
github.com/rs/xid v1.6.0 // indirect
73
73
github.com/russross/blackfriday/v2 v2.1.0 // indirect
74
- github.com/sagikazarmark/locafero v0.9 .0 // indirect
74
+ github.com/sagikazarmark/locafero v0.10 .0 // indirect
75
75
github.com/segmentio/fasthash v1.0.3 // indirect
76
- github.com/sourcegraph/conc v0.3.0 // indirect
76
+ github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
77
77
github.com/spf13/afero v1.14.0 // indirect
78
78
github.com/spf13/cast v1.9.2 // indirect
79
- github.com/spf13/pflag v1.0.6 // indirect
79
+ github.com/spf13/pflag v1.0.7 // indirect
80
80
github.com/spf13/viper v1.20.1 // indirect
81
81
github.com/subosito/gotenv v1.6.0 // indirect
82
82
github.com/urfave/cli/v2 v2.27.7 // indirect
83
- github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
83
+ github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
84
84
github.com/zyedidia/generic v1.2.1 // indirect
85
85
go.minekube.com/brigodier v0.0.1 // indirect
86
- go.minekube.com/common v0.1 .0
86
+ go.minekube.com/common v0.2 .0
87
87
go.minekube.com/connect v0.6.2 // indirect
88
88
go.uber.org/atomic v1.11.0 // indirect
89
89
go.uber.org/multierr v1.11.0 // indirect
90
90
go.uber.org/zap v1.27.0 // indirect
91
- golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
92
- golang.org/x/sync v0.15 .0 // indirect
93
- golang.org/x/sys v0.33 .0 // indirect
94
- golang.org/x/text v0.26 .0 // indirect
91
+ golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 // indirect
92
+ golang.org/x/sync v0.16 .0 // indirect
93
+ golang.org/x/sys v0.35 .0 // indirect
94
+ golang.org/x/text v0.28 .0 // indirect
95
95
golang.org/x/time v0.12.0 // indirect
96
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
97
- google.golang.org/grpc v1.73.0 // indirect
98
- google.golang.org/protobuf v1.36.6 // indirect
96
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a // indirect
97
+ google.golang.org/grpc v1.74.2 // indirect
98
+ google.golang.org/protobuf v1.36.7 // indirect
99
99
gopkg.in/yaml.v3 v3.0.1 // indirect
100
100
)
0 commit comments