|
1 | 1 | module github.com/bleemeo/squirreldb-ingestor
|
2 | 2 |
|
3 |
| -go 1.23.0 |
4 |
| - |
5 |
| -toolchain go1.23.1 |
| 3 | +go 1.24 |
6 | 4 |
|
7 | 5 | require (
|
8 | 6 | github.com/alexflint/go-arg v1.5.1
|
9 | 7 | github.com/eclipse/paho.mqtt.golang v1.5.0
|
10 | 8 | github.com/gogo/protobuf v1.3.2
|
11 |
| - github.com/golang/snappy v0.0.4 |
| 9 | + github.com/golang/snappy v1.0.0 |
12 | 10 | github.com/prometheus/common v0.62.0
|
13 |
| - github.com/prometheus/prometheus v0.301.0 |
| 11 | + github.com/prometheus/prometheus v0.302.1 |
14 | 12 | github.com/rs/zerolog v1.33.0
|
15 | 13 | )
|
16 | 14 |
|
17 | 15 | require (
|
18 |
| - cloud.google.com/go/auth v0.13.0 // indirect |
19 |
| - cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect |
| 16 | + cloud.google.com/go/auth v0.15.0 // indirect |
| 17 | + cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect |
20 | 18 | cloud.google.com/go/compute/metadata v0.6.0 // indirect
|
21 |
| - github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 // indirect |
22 |
| - github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0 // indirect |
| 19 | + github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0 // indirect |
| 20 | + github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2 // indirect |
23 | 21 | github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
|
24 |
| - github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2 // indirect |
| 22 | + github.com/AzureAD/microsoft-authentication-library-for-go v1.4.1 // indirect |
25 | 23 | github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
|
26 | 24 | github.com/alexflint/go-scalar v1.2.0 // indirect
|
27 |
| - github.com/aws/aws-sdk-go v1.55.5 // indirect |
| 25 | + github.com/aws/aws-sdk-go v1.55.6 // indirect |
28 | 26 | github.com/beorn7/perks v1.0.1 // indirect
|
29 | 27 | github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
30 | 28 | github.com/dennwc/varint v1.0.0 // indirect
|
31 | 29 | github.com/felixge/httpsnoop v1.0.4 // indirect
|
32 | 30 | github.com/go-logr/logr v1.4.2 // indirect
|
33 | 31 | github.com/go-logr/stdr v1.2.2 // indirect
|
| 32 | + github.com/go-viper/mapstructure/v2 v2.2.1 // indirect |
34 | 33 | github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
35 |
| - github.com/google/s2a-go v0.1.8 // indirect |
| 34 | + github.com/google/s2a-go v0.1.9 // indirect |
36 | 35 | github.com/google/uuid v1.6.0 // indirect
|
37 |
| - github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect |
| 36 | + github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect |
38 | 37 | github.com/googleapis/gax-go/v2 v2.14.1 // indirect
|
39 | 38 | github.com/gorilla/websocket v1.5.3 // indirect
|
40 | 39 | github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
|
41 | 40 | github.com/jmespath/go-jmespath v0.4.0 // indirect
|
42 | 41 | github.com/jpillora/backoff v1.0.0 // indirect
|
43 | 42 | github.com/json-iterator/go v1.1.12 // indirect
|
44 |
| - github.com/klauspost/compress v1.17.11 // indirect |
| 43 | + github.com/klauspost/compress v1.18.0 // indirect |
| 44 | + github.com/knadh/koanf/maps v0.1.1 // indirect |
| 45 | + github.com/knadh/koanf/providers/confmap v0.1.0 // indirect |
| 46 | + github.com/knadh/koanf/v2 v2.1.2 // indirect |
45 | 47 | github.com/kylelemons/godebug v1.1.0 // indirect
|
46 |
| - github.com/mattn/go-colorable v0.1.13 // indirect |
| 48 | + github.com/mattn/go-colorable v0.1.14 // indirect |
47 | 49 | github.com/mattn/go-isatty v0.0.20 // indirect
|
| 50 | + github.com/mitchellh/copystructure v1.2.0 // indirect |
| 51 | + github.com/mitchellh/reflectwalk v1.0.2 // indirect |
48 | 52 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
49 | 53 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
50 | 54 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
51 | 55 | github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
| 56 | + github.com/open-telemetry/opentelemetry-collector-contrib/internal/exp/metrics v0.121.0 // indirect |
| 57 | + github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.121.0 // indirect |
| 58 | + github.com/open-telemetry/opentelemetry-collector-contrib/processor/deltatocumulativeprocessor v0.121.0 // indirect |
52 | 59 | github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
53 |
| - github.com/prometheus/client_golang v1.20.5 // indirect |
| 60 | + github.com/prometheus/client_golang v1.21.1 // indirect |
54 | 61 | github.com/prometheus/client_model v0.6.1 // indirect
|
55 | 62 | github.com/prometheus/procfs v0.15.1 // indirect
|
56 |
| - github.com/prometheus/sigv4 v0.1.0 // indirect |
| 63 | + github.com/prometheus/sigv4 v0.1.2 // indirect |
57 | 64 | go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
58 |
| - go.opentelemetry.io/collector/pdata v1.22.0 // indirect |
59 |
| - go.opentelemetry.io/collector/semconv v0.116.0 // indirect |
60 |
| - go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.58.0 // indirect |
61 |
| - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect |
62 |
| - go.opentelemetry.io/otel v1.33.0 // indirect |
63 |
| - go.opentelemetry.io/otel/metric v1.33.0 // indirect |
64 |
| - go.opentelemetry.io/otel/trace v1.33.0 // indirect |
| 65 | + go.opentelemetry.io/collector/component v1.27.0 // indirect |
| 66 | + go.opentelemetry.io/collector/confmap v1.27.0 // indirect |
| 67 | + go.opentelemetry.io/collector/confmap/xconfmap v0.121.0 // indirect |
| 68 | + go.opentelemetry.io/collector/consumer v1.27.0 // indirect |
| 69 | + go.opentelemetry.io/collector/pdata v1.27.0 // indirect |
| 70 | + go.opentelemetry.io/collector/pipeline v0.121.0 // indirect |
| 71 | + go.opentelemetry.io/collector/processor v0.121.0 // indirect |
| 72 | + go.opentelemetry.io/collector/semconv v0.121.0 // indirect |
| 73 | + go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.60.0 // indirect |
| 74 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect |
| 75 | + go.opentelemetry.io/otel v1.35.0 // indirect |
| 76 | + go.opentelemetry.io/otel/metric v1.35.0 // indirect |
| 77 | + go.opentelemetry.io/otel/trace v1.35.0 // indirect |
65 | 78 | go.uber.org/atomic v1.11.0 // indirect
|
66 | 79 | go.uber.org/multierr v1.11.0 // indirect
|
67 |
| - golang.org/x/crypto v0.31.0 // indirect |
| 80 | + go.uber.org/zap v1.27.0 // indirect |
| 81 | + golang.org/x/crypto v0.36.0 // indirect |
68 | 82 | golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
|
69 |
| - golang.org/x/net v0.33.0 // indirect |
70 |
| - golang.org/x/oauth2 v0.25.0 // indirect |
71 |
| - golang.org/x/sync v0.10.0 // indirect |
72 |
| - golang.org/x/sys v0.29.0 // indirect |
73 |
| - golang.org/x/text v0.21.0 // indirect |
74 |
| - golang.org/x/time v0.9.0 // indirect |
75 |
| - google.golang.org/api v0.214.0 // indirect |
76 |
| - google.golang.org/genproto/googleapis/api v0.0.0-20241223144023-3abc09e42ca8 // indirect |
77 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20250102185135-69823020774d // indirect |
78 |
| - google.golang.org/grpc v1.69.2 // indirect |
79 |
| - google.golang.org/protobuf v1.36.1 // indirect |
| 83 | + golang.org/x/net v0.37.0 // indirect |
| 84 | + golang.org/x/oauth2 v0.28.0 // indirect |
| 85 | + golang.org/x/sync v0.12.0 // indirect |
| 86 | + golang.org/x/sys v0.31.0 // indirect |
| 87 | + golang.org/x/text v0.23.0 // indirect |
| 88 | + golang.org/x/time v0.11.0 // indirect |
| 89 | + google.golang.org/api v0.225.0 // indirect |
| 90 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250311190419-81fb87f6b8bf // indirect |
| 91 | + google.golang.org/grpc v1.71.0 // indirect |
| 92 | + google.golang.org/protobuf v1.36.5 // indirect |
80 | 93 | gopkg.in/yaml.v2 v2.4.0 // indirect
|
81 |
| - k8s.io/apimachinery v0.32.0 // indirect |
82 |
| - k8s.io/client-go v0.32.0 // indirect |
| 94 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
| 95 | + k8s.io/apimachinery v0.32.3 // indirect |
| 96 | + k8s.io/client-go v0.32.3 // indirect |
83 | 97 | k8s.io/klog/v2 v2.130.1 // indirect
|
84 | 98 | k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
|
85 | 99 | )
|
0 commit comments