162 lines
7.3 KiB
Modula-2
162 lines
7.3 KiB
Modula-2
module backend
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
git.ipao.vip/rogeecn/atom v1.0.15
|
|
git.ipao.vip/rogeecn/atomctl v0.0.0-20250109030503-bd6d6bc6e82c
|
|
github.com/ThreeDotsLabs/watermill v1.4.2
|
|
github.com/ThreeDotsLabs/watermill-kafka/v3 v3.0.5
|
|
github.com/ThreeDotsLabs/watermill-redisstream v1.4.2
|
|
github.com/ThreeDotsLabs/watermill-sql/v3 v3.1.0
|
|
github.com/go-jet/jet/v2 v2.12.0
|
|
github.com/gofiber/fiber/v3 v3.0.0-beta.4
|
|
github.com/gofiber/utils/v2 v2.0.0-beta.7
|
|
github.com/golang-jwt/jwt/v4 v4.5.1
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0
|
|
github.com/imroc/req/v3 v3.49.1
|
|
github.com/jackc/pgx/v5 v5.7.2
|
|
github.com/juju/go4 v0.0.0-20160222163258-40d72ab9641a
|
|
github.com/lib/pq v1.10.9
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/redis/go-redis/v9 v9.7.0
|
|
github.com/riverqueue/river v0.15.0
|
|
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.15.0
|
|
github.com/riverqueue/river/rivertype v0.15.0
|
|
github.com/rogeecn/fabfile v1.4.0
|
|
github.com/samber/lo v1.47.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/smartystreets/goconvey v1.8.1
|
|
github.com/soheilhy/cmux v0.1.5
|
|
github.com/speps/go-hashids/v2 v2.0.1
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/swaggo/files/v2 v2.0.2
|
|
github.com/swaggo/swag v1.16.4
|
|
github.com/uber/jaeger-client-go v2.30.0+incompatible
|
|
go.opentelemetry.io/contrib/instrumentation/runtime v0.58.0
|
|
go.opentelemetry.io/otel v1.33.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.33.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.33.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0
|
|
go.opentelemetry.io/otel/metric v1.33.0
|
|
go.opentelemetry.io/otel/sdk v1.33.0
|
|
go.opentelemetry.io/otel/sdk/metric v1.33.0
|
|
go.opentelemetry.io/otel/trace v1.33.0
|
|
go.uber.org/dig v1.18.0
|
|
golang.org/x/net v0.34.0
|
|
golang.org/x/sync v0.10.0
|
|
google.golang.org/grpc v1.69.2
|
|
google.golang.org/protobuf v1.35.2
|
|
gopkg.in/retry.v1 v1.0.3
|
|
)
|
|
|
|
require (
|
|
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
|
|
github.com/IBM/sarama v1.43.3 // indirect
|
|
github.com/KyleBanks/depth v1.2.1 // indirect
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
github.com/Rican7/retry v0.3.1 // indirect
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/cloudflare/circl v1.5.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/dnwe/otelsarama v0.0.0-20240308230250-9388d9d40bc0 // indirect
|
|
github.com/eapache/go-resiliency v1.7.0 // indirect
|
|
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
|
|
github.com/eapache/queue v1.1.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
github.com/go-openapi/jsonreference v0.19.6 // indirect
|
|
github.com/go-openapi/spec v0.20.4 // indirect
|
|
github.com/go-openapi/swag v0.19.15 // indirect
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
github.com/gofiber/schema v1.2.0 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // 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/jcmturner/aescts/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/gofork v1.7.6 // indirect
|
|
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
|
|
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/jtolds/gls v4.20.0+incompatible // indirect
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
|
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.22.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
|
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.21 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/quic-go/qpack v0.5.1 // indirect
|
|
github.com/quic-go/quic-go v0.48.2 // indirect
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
|
|
github.com/refraction-networking/utls v1.6.7 // indirect
|
|
github.com/riverqueue/river/riverdriver v0.15.0 // indirect
|
|
github.com/riverqueue/river/rivershared v0.15.0 // indirect
|
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
github.com/smarty/assertions v1.15.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
github.com/spf13/cast v1.7.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.19.0 // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/tidwall/gjson v1.18.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
|
github.com/tinylib/msgp v1.2.5 // indirect
|
|
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.58.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/goleak v1.3.0 // indirect
|
|
go.uber.org/mock v0.5.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/crypto v0.32.0 // indirect
|
|
golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e // indirect
|
|
golang.org/x/mod v0.22.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
golang.org/x/tools v0.28.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|