1.修改代码适配阿里云的服务器
This commit is contained in:
247
server/vendor/modules.txt
vendored
Normal file
247
server/vendor/modules.txt
vendored
Normal file
@@ -0,0 +1,247 @@
|
||||
# github.com/bytedance/sonic v1.9.1
|
||||
## explicit; go 1.15
|
||||
github.com/bytedance/sonic
|
||||
github.com/bytedance/sonic/ast
|
||||
github.com/bytedance/sonic/decoder
|
||||
github.com/bytedance/sonic/encoder
|
||||
github.com/bytedance/sonic/internal/caching
|
||||
github.com/bytedance/sonic/internal/cpu
|
||||
github.com/bytedance/sonic/internal/decoder
|
||||
github.com/bytedance/sonic/internal/encoder
|
||||
github.com/bytedance/sonic/internal/jit
|
||||
github.com/bytedance/sonic/internal/loader
|
||||
github.com/bytedance/sonic/internal/native
|
||||
github.com/bytedance/sonic/internal/native/avx
|
||||
github.com/bytedance/sonic/internal/native/avx2
|
||||
github.com/bytedance/sonic/internal/native/sse
|
||||
github.com/bytedance/sonic/internal/native/types
|
||||
github.com/bytedance/sonic/internal/resolver
|
||||
github.com/bytedance/sonic/internal/rt
|
||||
github.com/bytedance/sonic/loader
|
||||
github.com/bytedance/sonic/option
|
||||
github.com/bytedance/sonic/unquote
|
||||
github.com/bytedance/sonic/utf8
|
||||
# github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
|
||||
## explicit; go 1.15
|
||||
github.com/chenzhuoyu/base64x
|
||||
# github.com/gabriel-vasile/mimetype v1.4.2
|
||||
## explicit; go 1.20
|
||||
github.com/gabriel-vasile/mimetype
|
||||
github.com/gabriel-vasile/mimetype/internal/charset
|
||||
github.com/gabriel-vasile/mimetype/internal/json
|
||||
github.com/gabriel-vasile/mimetype/internal/magic
|
||||
# github.com/gin-contrib/sse v0.1.0
|
||||
## explicit; go 1.12
|
||||
github.com/gin-contrib/sse
|
||||
# github.com/gin-gonic/gin v1.9.1
|
||||
## explicit; go 1.20
|
||||
github.com/gin-gonic/gin
|
||||
github.com/gin-gonic/gin/binding
|
||||
github.com/gin-gonic/gin/internal/bytesconv
|
||||
github.com/gin-gonic/gin/internal/json
|
||||
github.com/gin-gonic/gin/render
|
||||
# github.com/go-playground/locales v0.14.1
|
||||
## explicit; go 1.17
|
||||
github.com/go-playground/locales
|
||||
github.com/go-playground/locales/currency
|
||||
# github.com/go-playground/universal-translator v0.18.1
|
||||
## explicit; go 1.18
|
||||
github.com/go-playground/universal-translator
|
||||
# github.com/go-playground/validator/v10 v10.14.0
|
||||
## explicit; go 1.18
|
||||
github.com/go-playground/validator/v10
|
||||
# github.com/goccy/go-json v0.10.2
|
||||
## explicit; go 1.12
|
||||
github.com/goccy/go-json
|
||||
github.com/goccy/go-json/internal/decoder
|
||||
github.com/goccy/go-json/internal/encoder
|
||||
github.com/goccy/go-json/internal/encoder/vm
|
||||
github.com/goccy/go-json/internal/encoder/vm_color
|
||||
github.com/goccy/go-json/internal/encoder/vm_color_indent
|
||||
github.com/goccy/go-json/internal/encoder/vm_indent
|
||||
github.com/goccy/go-json/internal/errors
|
||||
github.com/goccy/go-json/internal/runtime
|
||||
# github.com/golang-jwt/jwt/v5 v5.3.1
|
||||
## explicit; go 1.21
|
||||
github.com/golang-jwt/jwt/v5
|
||||
# github.com/joho/godotenv v1.5.1
|
||||
## explicit; go 1.12
|
||||
github.com/joho/godotenv
|
||||
# github.com/json-iterator/go v1.1.12
|
||||
## explicit; go 1.12
|
||||
github.com/json-iterator/go
|
||||
# github.com/klauspost/compress v1.17.6
|
||||
## explicit; go 1.19
|
||||
github.com/klauspost/compress
|
||||
github.com/klauspost/compress/fse
|
||||
github.com/klauspost/compress/huff0
|
||||
github.com/klauspost/compress/internal/cpuinfo
|
||||
github.com/klauspost/compress/internal/race
|
||||
github.com/klauspost/compress/internal/snapref
|
||||
github.com/klauspost/compress/s2
|
||||
github.com/klauspost/compress/snappy
|
||||
github.com/klauspost/compress/zstd
|
||||
github.com/klauspost/compress/zstd/internal/xxhash
|
||||
# github.com/klauspost/cpuid/v2 v2.2.4
|
||||
## explicit; go 1.15
|
||||
github.com/klauspost/cpuid/v2
|
||||
# github.com/leodido/go-urn v1.2.4
|
||||
## explicit; go 1.16
|
||||
github.com/leodido/go-urn
|
||||
# github.com/mattn/go-isatty v0.0.19
|
||||
## explicit; go 1.15
|
||||
github.com/mattn/go-isatty
|
||||
# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
|
||||
## explicit
|
||||
github.com/modern-go/concurrent
|
||||
# github.com/modern-go/reflect2 v1.0.2
|
||||
## explicit; go 1.12
|
||||
github.com/modern-go/reflect2
|
||||
# github.com/pelletier/go-toml/v2 v2.0.8
|
||||
## explicit; go 1.16
|
||||
github.com/pelletier/go-toml/v2
|
||||
github.com/pelletier/go-toml/v2/internal/characters
|
||||
github.com/pelletier/go-toml/v2/internal/danger
|
||||
github.com/pelletier/go-toml/v2/internal/tracker
|
||||
github.com/pelletier/go-toml/v2/unstable
|
||||
# github.com/twitchyliquid64/golang-asm v0.15.1
|
||||
## explicit; go 1.13
|
||||
github.com/twitchyliquid64/golang-asm/asm/arch
|
||||
github.com/twitchyliquid64/golang-asm/bio
|
||||
github.com/twitchyliquid64/golang-asm/dwarf
|
||||
github.com/twitchyliquid64/golang-asm/goobj
|
||||
github.com/twitchyliquid64/golang-asm/obj
|
||||
github.com/twitchyliquid64/golang-asm/obj/arm
|
||||
github.com/twitchyliquid64/golang-asm/obj/arm64
|
||||
github.com/twitchyliquid64/golang-asm/obj/mips
|
||||
github.com/twitchyliquid64/golang-asm/obj/ppc64
|
||||
github.com/twitchyliquid64/golang-asm/obj/riscv
|
||||
github.com/twitchyliquid64/golang-asm/obj/s390x
|
||||
github.com/twitchyliquid64/golang-asm/obj/wasm
|
||||
github.com/twitchyliquid64/golang-asm/obj/x86
|
||||
github.com/twitchyliquid64/golang-asm/objabi
|
||||
github.com/twitchyliquid64/golang-asm/src
|
||||
github.com/twitchyliquid64/golang-asm/sys
|
||||
github.com/twitchyliquid64/golang-asm/unsafeheader
|
||||
# github.com/ugorji/go/codec v1.2.11
|
||||
## explicit; go 1.11
|
||||
github.com/ugorji/go/codec
|
||||
# github.com/xdg-go/pbkdf2 v1.0.0
|
||||
## explicit; go 1.9
|
||||
github.com/xdg-go/pbkdf2
|
||||
# github.com/xdg-go/scram v1.2.0
|
||||
## explicit; go 1.18
|
||||
github.com/xdg-go/scram
|
||||
# github.com/xdg-go/stringprep v1.0.4
|
||||
## explicit; go 1.11
|
||||
github.com/xdg-go/stringprep
|
||||
# github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
|
||||
## explicit; go 1.17
|
||||
github.com/youmark/pkcs8
|
||||
# go.mongodb.org/mongo-driver v1.17.9
|
||||
## explicit; go 1.18
|
||||
# go.mongodb.org/mongo-driver/v2 v2.5.0
|
||||
## explicit; go 1.19
|
||||
go.mongodb.org/mongo-driver/v2/bson
|
||||
go.mongodb.org/mongo-driver/v2/event
|
||||
go.mongodb.org/mongo-driver/v2/internal/aws
|
||||
go.mongodb.org/mongo-driver/v2/internal/aws/awserr
|
||||
go.mongodb.org/mongo-driver/v2/internal/aws/credentials
|
||||
go.mongodb.org/mongo-driver/v2/internal/aws/signer/v4
|
||||
go.mongodb.org/mongo-driver/v2/internal/binaryutil
|
||||
go.mongodb.org/mongo-driver/v2/internal/bsoncoreutil
|
||||
go.mongodb.org/mongo-driver/v2/internal/bsonutil
|
||||
go.mongodb.org/mongo-driver/v2/internal/codecutil
|
||||
go.mongodb.org/mongo-driver/v2/internal/credproviders
|
||||
go.mongodb.org/mongo-driver/v2/internal/csfle
|
||||
go.mongodb.org/mongo-driver/v2/internal/csot
|
||||
go.mongodb.org/mongo-driver/v2/internal/decimal128
|
||||
go.mongodb.org/mongo-driver/v2/internal/driverutil
|
||||
go.mongodb.org/mongo-driver/v2/internal/handshake
|
||||
go.mongodb.org/mongo-driver/v2/internal/httputil
|
||||
go.mongodb.org/mongo-driver/v2/internal/logger
|
||||
go.mongodb.org/mongo-driver/v2/internal/mongoutil
|
||||
go.mongodb.org/mongo-driver/v2/internal/optionsutil
|
||||
go.mongodb.org/mongo-driver/v2/internal/ptrutil
|
||||
go.mongodb.org/mongo-driver/v2/internal/rand
|
||||
go.mongodb.org/mongo-driver/v2/internal/randutil
|
||||
go.mongodb.org/mongo-driver/v2/internal/serverselector
|
||||
go.mongodb.org/mongo-driver/v2/internal/uuid
|
||||
go.mongodb.org/mongo-driver/v2/mongo
|
||||
go.mongodb.org/mongo-driver/v2/mongo/address
|
||||
go.mongodb.org/mongo-driver/v2/mongo/options
|
||||
go.mongodb.org/mongo-driver/v2/mongo/readconcern
|
||||
go.mongodb.org/mongo-driver/v2/mongo/readpref
|
||||
go.mongodb.org/mongo-driver/v2/mongo/writeconcern
|
||||
go.mongodb.org/mongo-driver/v2/tag
|
||||
go.mongodb.org/mongo-driver/v2/version
|
||||
go.mongodb.org/mongo-driver/v2/x/bsonx/bsoncore
|
||||
go.mongodb.org/mongo-driver/v2/x/mongo/driver
|
||||
go.mongodb.org/mongo-driver/v2/x/mongo/driver/auth
|
||||
go.mongodb.org/mongo-driver/v2/x/mongo/driver/auth/creds
|
||||
go.mongodb.org/mongo-driver/v2/x/mongo/driver/auth/internal/gssapi
|
||||
go.mongodb.org/mongo-driver/v2/x/mongo/driver/connstring
|
||||
go.mongodb.org/mongo-driver/v2/x/mongo/driver/description
|
||||
go.mongodb.org/mongo-driver/v2/x/mongo/driver/dns
|
||||
go.mongodb.org/mongo-driver/v2/x/mongo/driver/mnet
|
||||
go.mongodb.org/mongo-driver/v2/x/mongo/driver/mongocrypt
|
||||
go.mongodb.org/mongo-driver/v2/x/mongo/driver/mongocrypt/options
|
||||
go.mongodb.org/mongo-driver/v2/x/mongo/driver/ocsp
|
||||
go.mongodb.org/mongo-driver/v2/x/mongo/driver/operation
|
||||
go.mongodb.org/mongo-driver/v2/x/mongo/driver/session
|
||||
go.mongodb.org/mongo-driver/v2/x/mongo/driver/topology
|
||||
go.mongodb.org/mongo-driver/v2/x/mongo/driver/wiremessage
|
||||
# golang.org/x/arch v0.3.0
|
||||
## explicit; go 1.17
|
||||
golang.org/x/arch/x86/x86asm
|
||||
# golang.org/x/crypto v0.33.0
|
||||
## explicit; go 1.20
|
||||
golang.org/x/crypto/ocsp
|
||||
golang.org/x/crypto/pbkdf2
|
||||
golang.org/x/crypto/scrypt
|
||||
golang.org/x/crypto/sha3
|
||||
# golang.org/x/net v0.21.0
|
||||
## explicit; go 1.18
|
||||
golang.org/x/net/html
|
||||
golang.org/x/net/html/atom
|
||||
golang.org/x/net/http/httpguts
|
||||
golang.org/x/net/http2
|
||||
golang.org/x/net/http2/h2c
|
||||
golang.org/x/net/http2/hpack
|
||||
golang.org/x/net/idna
|
||||
# golang.org/x/sync v0.11.0
|
||||
## explicit; go 1.18
|
||||
golang.org/x/sync/errgroup
|
||||
golang.org/x/sync/singleflight
|
||||
# golang.org/x/sys v0.30.0
|
||||
## explicit; go 1.18
|
||||
golang.org/x/sys/cpu
|
||||
golang.org/x/sys/unix
|
||||
# golang.org/x/text v0.22.0
|
||||
## explicit; go 1.18
|
||||
golang.org/x/text/internal/language
|
||||
golang.org/x/text/internal/language/compact
|
||||
golang.org/x/text/internal/tag
|
||||
golang.org/x/text/language
|
||||
golang.org/x/text/secure/bidirule
|
||||
golang.org/x/text/transform
|
||||
golang.org/x/text/unicode/bidi
|
||||
golang.org/x/text/unicode/norm
|
||||
# google.golang.org/protobuf v1.30.0
|
||||
## explicit; go 1.11
|
||||
google.golang.org/protobuf/encoding/protowire
|
||||
google.golang.org/protobuf/internal/detrand
|
||||
google.golang.org/protobuf/internal/encoding/messageset
|
||||
google.golang.org/protobuf/internal/errors
|
||||
google.golang.org/protobuf/internal/flags
|
||||
google.golang.org/protobuf/internal/genid
|
||||
google.golang.org/protobuf/internal/order
|
||||
google.golang.org/protobuf/internal/pragma
|
||||
google.golang.org/protobuf/internal/strs
|
||||
google.golang.org/protobuf/proto
|
||||
google.golang.org/protobuf/reflect/protoreflect
|
||||
google.golang.org/protobuf/reflect/protoregistry
|
||||
google.golang.org/protobuf/runtime/protoiface
|
||||
# gopkg.in/yaml.v3 v3.0.1
|
||||
## explicit
|
||||
gopkg.in/yaml.v3
|
||||
Reference in New Issue
Block a user