@@ -3,25 +3,27 @@ module github.com/mathalama/nektokz/api-gateway
33go 1.25.0
44
55require (
6- github.com/mathalama/nektokz/pkg v0.0.0
7- github.com/mathalama/nektokz/proto v0.0.0
86 github.com/go-chi/chi/v5 v5.2.5
97 github.com/go-chi/cors v1.2.2
108 github.com/golang-jwt/jwt/v5 v5.3.1
9+ github.com/mathalama/nektokz/pkg v0.0.0
10+ github.com/mathalama/nektokz/proto v0.0.0
1111 github.com/prometheus/client_golang v1.23.2
12- github.com/redis/go-redis/v9 v9.18 .0
12+ github.com/redis/go-redis/v9 v9.19 .0
1313 github.com/rs/zerolog v1.35.1
14+ github.com/sony/gobreaker v1.0.0
1415 github.com/swaggo/http-swagger v1.3.4
1516 github.com/swaggo/swag v1.16.6
17+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.68.0
18+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0
19+ google.golang.org/grpc v1.81.0
1620)
1721
1822require (
1923 github.com/KyleBanks/depth v1.2.1 // indirect
2024 github.com/beorn7/perks v1.0.1 // indirect
2125 github.com/cenkalti/backoff/v5 v5.0.3 // indirect
2226 github.com/cespare/xxhash/v2 v2.3.0 // indirect
23- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
24- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
2527 github.com/felixge/httpsnoop v1.0.4 // indirect
2628 github.com/go-logr/logr v1.4.3 // indirect
2729 github.com/go-logr/stdr v1.2.2 // indirect
@@ -36,15 +38,11 @@ require (
3638 github.com/mattn/go-colorable v0.1.14 // indirect
3739 github.com/mattn/go-isatty v0.0.20 // indirect
3840 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
39- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4041 github.com/prometheus/client_model v0.6.2 // indirect
4142 github.com/prometheus/common v0.66.1 // indirect
4243 github.com/prometheus/procfs v0.16.1 // indirect
43- github.com/sony/gobreaker v1.0.0 // indirect
4444 github.com/swaggo/files v0.0.0-20220610200504-28940afbdbfe // indirect
4545 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
46- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.68.0 // indirect
47- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 // indirect
4846 go.opentelemetry.io/otel v1.43.0 // indirect
4947 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 // indirect
5048 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0 // indirect
@@ -58,11 +56,14 @@ require (
5856 golang.org/x/net v0.52.0 // indirect
5957 golang.org/x/sync v0.20.0 // indirect
6058 golang.org/x/sys v0.43.0 // indirect
61- golang.org/x/text v0.35 .0 // indirect
59+ golang.org/x/text v0.36 .0 // indirect
6260 golang.org/x/tools v0.43.0 // indirect
6361 google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
6462 google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d // indirect
65- google.golang.org/grpc v1.80.0 // indirect
6663 google.golang.org/protobuf v1.36.11 // indirect
6764 gopkg.in/yaml.v2 v2.4.0 // indirect
6865)
66+
67+ replace github.com/mathalama/nektokz/proto => ../../libs/proto
68+
69+ replace github.com/mathalama/nektokz/pkg => ../../libs/shared
0 commit comments