59 lines
2.2 KiB
Modula-2
Executable File
59 lines
2.2 KiB
Modula-2
Executable File
module sipro-mps
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
git.denco.store/fakz9/ozon-api-client v1.18.1-0.20250526003754-c6c303092505
|
|
github.com/go-faster/errors v0.7.1
|
|
github.com/go-faster/jx v1.1.0
|
|
github.com/golang-jwt/jwt/v5 v5.2.2
|
|
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.60
|
|
github.com/samber/lo v1.50.0
|
|
github.com/tidwall/gjson v1.18.0
|
|
go.opentelemetry.io/otel v1.36.0
|
|
go.opentelemetry.io/otel/metric v1.36.0
|
|
go.opentelemetry.io/otel/trace v1.36.0
|
|
google.golang.org/grpc v1.72.2
|
|
google.golang.org/protobuf v1.36.5
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.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.2 // 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/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/redis/go-redis/v9 v9.7.0 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
github.com/segmentio/asm v1.2.0 // indirect
|
|
github.com/spf13/cast v1.7.0 // 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.38.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/sync v0.14.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
golang.org/x/time v0.8.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|