1 Commits

Author SHA1 Message Date
Alex Shevchuk
03372d7f9b 70
Some checks failed
Go Linter / Tag Commit (push) Successful in 13s
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Run golangci-lint (api_gateway) (push) Successful in 2m43s
Go Linter / Push Docker Images (api_gateway) (push) Failing after 28s
Go Linter / Build golang services (api_gateway) (push) Successful in 1m46s
2025-09-14 23:01:46 +03:00

4
go.mod
View File

@@ -10,7 +10,6 @@ require (
github.com/aws/aws-sdk-go-v2/config v1.29.14
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.4
github.com/aws/smithy-go v1.22.3
github.com/ekomobile/dadata/v2 v2.17.0
github.com/go-redis/redis/v7 v7.4.1
github.com/golang-jwt/jwt/v5 v5.2.3
github.com/google/uuid v1.6.0
@@ -21,7 +20,6 @@ require (
github.com/lib/pq v1.10.9
github.com/rabbitmq/amqp091-go v1.10.0
google.golang.org/protobuf v1.36.6
gopkg.in/yaml.v3 v3.0.1
)
require (
@@ -51,6 +49,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/segmentio/ksuid v1.0.4 // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sync v0.13.0 // indirect
@@ -59,5 +58,6 @@ require (
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
google.golang.org/grpc v1.71.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)