2023-05-31 10:33:02 +00:00
|
|
|
module fusenapi
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
2023-06-01 10:34:41 +00:00
|
|
|
require (
|
2023-06-15 06:34:03 +00:00
|
|
|
github.com/SebastiaanKlippert/go-wkhtmltopdf v1.9.0
|
2023-06-01 10:34:41 +00:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
2023-06-08 09:02:38 +00:00
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
2023-06-25 05:15:55 +00:00
|
|
|
github.com/stripe/stripe-go/v74 v74.22.0
|
2023-06-01 10:34:41 +00:00
|
|
|
github.com/zeromicro/go-zero v1.5.2
|
2023-06-08 09:02:38 +00:00
|
|
|
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
|
2023-06-12 06:05:35 +00:00
|
|
|
gorm.io/driver/mysql v1.5.1
|
|
|
|
gorm.io/gorm v1.25.1
|
2023-06-01 10:34:41 +00:00
|
|
|
)
|
2023-05-31 10:33:02 +00:00
|
|
|
|
2023-06-14 10:17:45 +00:00
|
|
|
require (
|
2023-06-15 06:34:03 +00:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2023-06-20 04:15:14 +00:00
|
|
|
github.com/schollz/progressbar v1.0.0 // indirect
|
2023-06-14 10:17:45 +00:00
|
|
|
)
|
|
|
|
|
2023-06-12 07:17:42 +00:00
|
|
|
require (
|
2023-06-25 10:30:39 +00:00
|
|
|
github.com/474420502/requests v1.33.4
|
2023-06-12 06:05:35 +00:00
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
2023-06-15 03:39:21 +00:00
|
|
|
github.com/tidwall/gjson v1.12.0
|
2023-06-12 07:17:42 +00:00
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
|
|
)
|
2023-06-08 10:55:08 +00:00
|
|
|
|
2023-05-31 10:33:02 +00:00
|
|
|
require (
|
2023-06-01 03:27:34 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
|
|
github.com/felixge/fgprof v0.9.3 // indirect
|
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
|
|
github.com/go-redis/redis/v8 v8.11.5 // indirect
|
2023-06-20 04:15:14 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.7.0
|
2023-06-01 03:27:34 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
|
|
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
|
|
github.com/openzipkin/zipkin-go v0.4.1 // indirect
|
|
|
|
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
|
|
|
|
github.com/prometheus/client_golang v1.15.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
|
|
github.com/prometheus/common v0.42.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.14.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/jaeger v1.14.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/zipkin v1.14.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk v1.14.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.14.0 // indirect
|
|
|
|
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
|
|
|
|
go.uber.org/automaxprocs v1.5.2 // indirect
|
|
|
|
golang.org/x/net v0.9.0 // indirect
|
|
|
|
golang.org/x/sys v0.7.0 // indirect
|
2023-06-14 10:17:45 +00:00
|
|
|
golang.org/x/text v0.9.0
|
2023-06-01 03:27:34 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20230123190316-2c411cf9d197 // indirect
|
|
|
|
google.golang.org/grpc v1.54.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2023-05-31 10:33:02 +00:00
|
|
|
)
|