135 lines
6.0 KiB
AMPL
135 lines
6.0 KiB
AMPL
module 91porn-server
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/IBM/sarama v1.45.2
|
|
github.com/PuerkitoBio/goquery v1.8.1
|
|
github.com/Shopify/sarama v1.38.1
|
|
github.com/aws/aws-sdk-go v1.44.260
|
|
github.com/badoux/checkmail v1.2.1
|
|
github.com/bxcodec/faker/v3 v3.1.0
|
|
github.com/ddliu/go-httpclient v0.7.1
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/dgryski/dgoogauth v0.0.0-20190221195224-5a805980a5f3
|
|
github.com/didip/tollbooth v4.0.2+incompatible
|
|
github.com/didip/tollbooth_gin v0.0.0-20170928041415-5752492be505
|
|
github.com/elastic/go-elasticsearch/v8 v8.8.0
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/gin-contrib/pprof v1.4.0
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/go-ego/gpy v0.42.1
|
|
github.com/go-playground/form v3.1.4+incompatible
|
|
github.com/go-playground/validator/v10 v10.14.0
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/go-redsync/redsync/v4 v4.8.1
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
|
github.com/golang-module/carbon/v2 v2.3.10
|
|
github.com/google/uuid v1.3.0
|
|
github.com/grafov/m3u8 v0.12.0
|
|
github.com/jinzhu/copier v0.3.5
|
|
github.com/jinzhu/now v1.1.5
|
|
github.com/makiuchi-d/gozxing v0.1.1
|
|
github.com/moul/http2curl v1.0.0
|
|
github.com/mozillazg/go-pinyin v0.19.0
|
|
github.com/nyaruka/phonenumbers v1.1.6
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/robfig/go-cache v0.0.0-20130306151617-9fc39e0dbf62
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/shopspring/decimal v1.3.1
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/smallnest/weighted v0.0.0-20230419055410-36b780e40a7a
|
|
github.com/storyicon/grbac v0.0.0-20200224041032-a0461737df7e
|
|
github.com/swaggo/files v1.0.1
|
|
github.com/swaggo/gin-swagger v1.6.0
|
|
github.com/tealeg/xlsx v1.0.5
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1
|
|
github.com/xuri/excelize/v2 v2.7.1
|
|
go.mongodb.org/mongo-driver v1.11.7
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.38.0
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/KyleBanks/depth v1.2.1 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/bytedance/sonic v1.9.1 // indirect
|
|
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // 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/elastic/elastic-transport-go/v8 v8.2.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-ego/gse v0.80.2 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-openapi/spec v0.20.9 // indirect
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
github.com/hashicorp/golang-lru v0.6.0 // 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/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
|
|
github.com/leodido/go-urn v1.2.4 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/montanaflynn/stats v0.7.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.22 // indirect
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
|
|
github.com/richardlehane/mscfb v1.0.4 // indirect
|
|
github.com/richardlehane/msoleps v1.0.3 // indirect
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
|
github.com/smartystreets/goconvey v1.8.1 // indirect
|
|
github.com/swaggo/swag v1.16.1 // indirect
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.11 // indirect
|
|
github.com/vcaesar/cedar v0.20.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.1.2 // indirect
|
|
github.com/xdg-go/stringprep v1.0.4 // indirect
|
|
github.com/xuri/efp v0.0.0-20230422071738-01f4e37c47e9 // indirect
|
|
github.com/xuri/nfp v0.0.0-20230503010013-3f38cdbb0b83 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/arch v0.3.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53 // 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.3.0 // indirect
|
|
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|