2023-07-02 01:44:13 +00:00
|
|
|
module go.ntppool.org/common
|
|
|
|
|
2024-04-06 16:42:41 +00:00
|
|
|
go 1.22.2
|
2023-07-02 02:57:36 +00:00
|
|
|
|
2023-07-03 06:06:13 +00:00
|
|
|
require (
|
|
|
|
github.com/abh/certman v0.4.0
|
2024-09-21 04:47:10 +00:00
|
|
|
github.com/labstack/echo-contrib v0.17.1
|
2024-06-08 07:14:42 +00:00
|
|
|
github.com/labstack/echo/v4 v4.12.0
|
2023-07-08 21:45:55 +00:00
|
|
|
github.com/oklog/ulid/v2 v2.1.0
|
2024-09-14 07:47:07 +00:00
|
|
|
github.com/prometheus/client_golang v1.20.4
|
|
|
|
github.com/remychantenay/slog-otel v1.3.2
|
2024-09-21 07:53:10 +00:00
|
|
|
github.com/samber/slog-echo v1.14.7
|
2024-01-13 07:12:15 +00:00
|
|
|
github.com/segmentio/kafka-go v0.4.47
|
2024-07-06 20:04:48 +00:00
|
|
|
github.com/spf13/cobra v1.8.1
|
2024-09-14 07:47:07 +00:00
|
|
|
go.opentelemetry.io/contrib/exporters/autoexport v0.55.0
|
2024-09-21 04:47:10 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.55.0
|
2024-09-14 07:47:07 +00:00
|
|
|
go.opentelemetry.io/otel v1.30.0
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0
|
|
|
|
go.opentelemetry.io/otel/sdk v1.30.0
|
|
|
|
go.opentelemetry.io/otel/trace v1.30.0
|
2024-09-21 04:47:10 +00:00
|
|
|
golang.org/x/mod v0.21.0
|
2024-09-14 07:47:07 +00:00
|
|
|
golang.org/x/sync v0.8.0
|
2024-09-21 07:53:10 +00:00
|
|
|
google.golang.org/grpc v1.67.0
|
2023-07-03 06:06:13 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-07-08 18:45:01 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-04-06 16:42:41 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2023-10-22 04:49:51 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2024-06-08 07:14:42 +00:00
|
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
2023-10-14 10:30:19 +00:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2024-09-21 04:47:10 +00:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
2024-07-06 20:04:48 +00:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2024-09-14 07:47:07 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
|
2023-07-08 21:45:55 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2024-06-08 07:14:42 +00:00
|
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
2024-01-13 07:12:15 +00:00
|
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
2023-11-15 14:28:41 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-07-06 20:04:48 +00:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2024-01-13 07:12:15 +00:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.21 // indirect
|
2023-07-03 06:06:13 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-04-06 16:42:41 +00:00
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
2024-09-14 07:47:07 +00:00
|
|
|
github.com/prometheus/common v0.59.1 // indirect
|
2024-06-08 07:14:42 +00:00
|
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
2024-09-21 04:47:10 +00:00
|
|
|
github.com/samber/lo v1.47.0 // indirect
|
2023-07-08 21:45:55 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-11-15 14:28:41 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
2024-09-14 07:47:07 +00:00
|
|
|
go.opentelemetry.io/contrib/bridges/prometheus v0.55.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.6.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.6.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.30.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.30.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/prometheus v0.52.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.6.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.30.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.30.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/log v0.6.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v1.30.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk/log v0.6.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk/metric v1.30.0 // indirect
|
2024-06-08 07:14:42 +00:00
|
|
|
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
|
2024-09-14 07:47:07 +00:00
|
|
|
golang.org/x/crypto v0.27.0 // indirect
|
|
|
|
golang.org/x/net v0.29.0 // indirect
|
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
|
|
golang.org/x/text v0.18.0 // indirect
|
2024-09-21 04:47:10 +00:00
|
|
|
golang.org/x/time v0.6.0 // indirect
|
2024-09-14 07:47:07 +00:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
|
2024-06-08 07:14:42 +00:00
|
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
2023-07-03 06:06:13 +00:00
|
|
|
)
|