|
1 | 1 | module github.com/itzg/mc-monitor
|
2 | 2 |
|
3 |
| -go 1.21 |
| 3 | +go 1.23 |
4 | 4 |
|
5 |
| -toolchain go1.22.6 |
| 5 | +toolchain go1.23.3 |
6 | 6 |
|
7 | 7 | require (
|
8 | 8 | github.com/Raqbit/mc-pinger v0.2.4
|
9 | 9 | github.com/avast/retry-go v3.0.0+incompatible
|
10 | 10 | github.com/google/subcommands v1.2.0
|
11 |
| - github.com/itzg/go-flagsfiller v1.14.0 |
| 11 | + github.com/itzg/go-flagsfiller v1.15.0 |
12 | 12 | github.com/itzg/line-protocol-sender v0.1.1
|
13 | 13 | github.com/itzg/zapconfigs v0.1.0
|
14 |
| - github.com/prometheus/client_golang v1.19.1 |
15 |
| - github.com/sandertv/go-raknet v1.12.1 |
| 14 | + github.com/prometheus/client_golang v1.20.5 |
| 15 | + github.com/sandertv/go-raknet v1.14.2 |
16 | 16 | github.com/stretchr/testify v1.9.0
|
17 | 17 | github.com/xrjr/mcutils v1.5.1
|
18 |
| - go.opentelemetry.io/contrib/instrumentation/runtime v0.53.0 |
19 |
| - go.opentelemetry.io/otel v1.28.0 |
20 |
| - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 |
21 |
| - go.opentelemetry.io/otel/metric v1.28.0 |
22 |
| - go.opentelemetry.io/otel/sdk/metric v1.28.0 |
| 18 | + go.opentelemetry.io/contrib/instrumentation/runtime v0.57.0 |
| 19 | + go.opentelemetry.io/otel v1.32.0 |
| 20 | + go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0 |
| 21 | + go.opentelemetry.io/otel/metric v1.32.0 |
| 22 | + go.opentelemetry.io/otel/sdk/metric v1.32.0 |
23 | 23 | go.uber.org/zap v1.27.0
|
24 | 24 | )
|
25 | 25 |
|
26 | 26 | require (
|
27 | 27 | github.com/beorn7/perks v1.0.1 // indirect
|
28 | 28 | github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
29 |
| - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 29 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
30 | 30 | github.com/davecgh/go-spew v1.1.1 // indirect
|
31 |
| - github.com/df-mc/atomic v1.10.0 // indirect |
32 | 31 | github.com/go-logr/logr v1.4.2 // indirect
|
33 | 32 | github.com/go-logr/stdr v1.2.2 // indirect
|
34 | 33 | github.com/google/uuid v1.6.0 // indirect
|
35 |
| - github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect |
| 34 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 // indirect |
36 | 35 | github.com/iancoleman/strcase v0.3.0 // indirect
|
37 | 36 | github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097 // indirect
|
| 37 | + github.com/klauspost/compress v1.17.9 // indirect |
| 38 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
38 | 39 | github.com/pires/go-proxyproto v0.7.0 // indirect
|
39 | 40 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
40 |
| - github.com/prometheus/client_model v0.5.0 // indirect |
41 |
| - github.com/prometheus/common v0.48.0 // indirect |
42 |
| - github.com/prometheus/procfs v0.12.0 // indirect |
43 |
| - go.opentelemetry.io/otel/sdk v1.28.0 // indirect |
44 |
| - go.opentelemetry.io/otel/trace v1.28.0 // indirect |
| 41 | + github.com/prometheus/client_model v0.6.1 // indirect |
| 42 | + github.com/prometheus/common v0.55.0 // indirect |
| 43 | + github.com/prometheus/procfs v0.15.1 // indirect |
| 44 | + go.opentelemetry.io/otel/sdk v1.32.0 // indirect |
| 45 | + go.opentelemetry.io/otel/trace v1.32.0 // indirect |
45 | 46 | go.opentelemetry.io/proto/otlp v1.3.1 // indirect
|
46 | 47 | go.uber.org/multierr v1.10.0 // indirect
|
47 |
| - golang.org/x/net v0.26.0 // indirect |
48 |
| - golang.org/x/sys v0.21.0 // indirect |
49 |
| - golang.org/x/text v0.16.0 // indirect |
50 |
| - google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect |
51 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect |
52 |
| - google.golang.org/grpc v1.64.0 // indirect |
53 |
| - google.golang.org/protobuf v1.34.2 // indirect |
| 48 | + golang.org/x/net v0.30.0 // indirect |
| 49 | + golang.org/x/sys v0.27.0 // indirect |
| 50 | + golang.org/x/text v0.20.0 // indirect |
| 51 | + google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect |
| 52 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect |
| 53 | + google.golang.org/grpc v1.67.1 // indirect |
| 54 | + google.golang.org/protobuf v1.35.1 // indirect |
54 | 55 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
55 | 56 | )
|
0 commit comments