@@ -10,23 +10,21 @@ require (
1010 github.com/go-chi/render v1.0.3
1111 github.com/google/wire v0.7.0
1212 github.com/oapi-codegen/runtime v1.1.2
13- github.com/prometheus/client_golang v1.23.2
1413 github.com/segmentio/encoding v0.5.3
15- github.com/shortlink-org/go-sdk/auth v0.0.0-20251124210328-ce2c639c8b61
16- github.com/shortlink-org/go-sdk/cache v0.0.0-20251124210328-ce2c639c8b61
17- github.com/shortlink-org/go-sdk/config v0.0.0-20251124210328-ce2c639c8b61
18- github.com/shortlink-org/go-sdk/context v0.0.0-20251124210328-ce2c639c8b61
19- github.com/shortlink-org/go-sdk/flags v0.0.0-20251124210328-ce2c639c8b61
20- github.com/shortlink-org/go-sdk/flight_trace v0.0.0-20251124210328-ce2c639c8b61
21- github.com/shortlink-org/go-sdk/graceful_shutdown v0.0.0-20251124210328-ce2c639c8b61
22- github.com/shortlink-org/go-sdk/grpc v0.0.0-20251124210328-ce2c639c8b61
23- github.com/shortlink-org/go-sdk/http v0.0.0-20251124210328-ce2c639c8b61
24- github.com/shortlink-org/go-sdk/logger v0.0.0-20251124210328-ce2c639c8b61
25- github.com/shortlink-org/go-sdk/observability v0.0.0-20251124210328-ce2c639c8b61
14+ github.com/shortlink-org/go-sdk/auth v0.0.0-20251125180156-05d50a07cca8
15+ github.com/shortlink-org/go-sdk/cache v0.0.0-20251125180156-05d50a07cca8
16+ github.com/shortlink-org/go-sdk/config v0.0.0-20251125180156-05d50a07cca8
17+ github.com/shortlink-org/go-sdk/context v0.0.0-20251125180156-05d50a07cca8
18+ github.com/shortlink-org/go-sdk/flags v0.0.0-20251125180156-05d50a07cca8
19+ github.com/shortlink-org/go-sdk/flight_trace v0.0.0-20251125180156-05d50a07cca8
20+ github.com/shortlink-org/go-sdk/graceful_shutdown v0.0.0-20251125180156-05d50a07cca8
21+ github.com/shortlink-org/go-sdk/grpc v0.0.0-20251125180156-05d50a07cca8
22+ github.com/shortlink-org/go-sdk/http v0.0.0-20251125180156-05d50a07cca8
23+ github.com/shortlink-org/go-sdk/logger v0.0.0-20251125180156-05d50a07cca8
24+ github.com/shortlink-org/go-sdk/observability v0.0.0-20251125180156-05d50a07cca8
2625 github.com/spf13/viper v1.21.0
2726 github.com/stretchr/testify v1.11.1
2827 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0
29- go.opentelemetry.io/otel/sdk/metric v1.38.0
3028 go.opentelemetry.io/otel/trace v1.38.0
3129 golang.org/x/sync v0.18.0
3230 golang.org/x/text v0.31.0
@@ -98,6 +96,7 @@ require (
9896 github.com/pkg/errors v0.9.1 // indirect
9997 github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2 // indirect
10098 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
99+ github.com/prometheus/client_golang v1.23.2 // indirect
101100 github.com/prometheus/client_model v0.6.2 // indirect
102101 github.com/prometheus/common v0.67.4 // indirect
103102 github.com/prometheus/otlptranslator v1.0.0 // indirect
@@ -109,7 +108,7 @@ require (
109108 github.com/sagikazarmark/locafero v0.12.0 // indirect
110109 github.com/samber/lo v1.52.0 // indirect
111110 github.com/segmentio/asm v1.2.0 // indirect
112- github.com/shortlink-org/go-sdk/db v0.0.0-20251124210328-ce2c639c8b61 // indirect
111+ github.com/shortlink-org/go-sdk/db v0.0.0-20251125180156-05d50a07cca8 // indirect
113112 github.com/spf13/afero v1.15.0 // indirect
114113 github.com/spf13/cast v1.10.0 // indirect
115114 github.com/spf13/cobra v1.10.1 // indirect
@@ -136,6 +135,7 @@ require (
136135 go.opentelemetry.io/otel/exporters/prometheus v0.60.0 // indirect
137136 go.opentelemetry.io/otel/metric v1.38.0 // indirect
138137 go.opentelemetry.io/otel/sdk v1.38.0 // indirect
138+ go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
139139 go.opentelemetry.io/proto/otlp v1.7.1 // indirect
140140 go.yaml.in/yaml/v2 v2.4.3 // indirect
141141 go.yaml.in/yaml/v3 v3.0.4 // indirect
0 commit comments