63 lines
2.3 KiB
Modula-2
Executable File
63 lines
2.3 KiB
Modula-2
Executable File
module sipro-mps
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
git.denco.store/fakz9/ozon-api-client v1.18.1-0.20250723023800-89aeba12d443
|
|
github.com/go-faster/errors v0.7.1
|
|
github.com/go-faster/jx v1.1.0
|
|
github.com/golang-jwt/jwt/v5 v5.2.3
|
|
github.com/google/uuid v1.6.0
|
|
github.com/hibiken/asynq v0.25.1
|
|
github.com/jackc/pgx/v5 v5.7.5
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.10.9
|
|
github.com/ogen-go/ogen v1.14.0
|
|
github.com/redis/rueidis v1.0.63
|
|
github.com/samber/lo v1.51.0
|
|
github.com/tidwall/gjson v1.18.0
|
|
go.opentelemetry.io/otel v1.37.0
|
|
go.opentelemetry.io/otel/metric v1.37.0
|
|
go.opentelemetry.io/otel/trace v1.37.0
|
|
google.golang.org/grpc v1.74.2
|
|
google.golang.org/protobuf v1.36.6
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dave/jennifer v1.6.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
github.com/fatih/color v1.18.0 // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/go-faster/yaml v0.4.6 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/jmattheis/goverter v1.9.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/redis/go-redis/v9 v9.11.0 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
github.com/segmentio/asm v1.2.0 // indirect
|
|
github.com/spf13/cast v1.9.2 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.27.0 // indirect
|
|
golang.org/x/crypto v0.40.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
|
|
golang.org/x/mod v0.26.0 // indirect
|
|
golang.org/x/net v0.42.0 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
golang.org/x/text v0.27.0 // indirect
|
|
golang.org/x/time v0.12.0 // indirect
|
|
golang.org/x/tools v0.35.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250721164621-a45f3dfb1074 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|