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-07-05 11:00:33 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.295
|
|
|
|
github.com/bwmarrin/snowflake v0.3.0
|
2023-06-01 10:34:41 +00:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
2023-07-07 09:49:12 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2023-07-27 08:49:25 +00:00
|
|
|
<<<<<<< HEAD
|
2023-07-25 11:32:51 +00:00
|
|
|
github.com/hashicorp/raft v1.5.0
|
2023-07-27 08:49:25 +00:00
|
|
|
=======
|
2023-07-24 08:07:05 +00:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2023-07-27 08:49:25 +00:00
|
|
|
>>>>>>> d843fff73d7ba5d4e14a5d86281d5166f04cb303
|
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-07-21 10:17:01 +00:00
|
|
|
github.com/stripe/stripe-go/v74 v74.26.0
|
2023-07-20 02:13:18 +00:00
|
|
|
github.com/zeromicro/go-zero v1.5.4
|
2023-06-08 09:02:38 +00:00
|
|
|
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
|
2023-07-17 11:43:43 +00:00
|
|
|
golang.org/x/oauth2 v0.10.0
|
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-07-17 11:43:43 +00:00
|
|
|
cloud.google.com/go/compute v1.20.1 // indirect
|
|
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
2023-07-05 11:00:33 +00:00
|
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
2023-07-25 11:32:51 +00:00
|
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
|
|
|
github.com/hashicorp/go-hclog v1.5.0 // indirect
|
|
|
|
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/go-msgpack v0.5.5 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
2023-07-05 11:00:33 +00:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2023-06-20 04:15:14 +00:00
|
|
|
github.com/schollz/progressbar v1.0.0 // indirect
|
2023-07-20 02:13:18 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.14.0 // indirect
|
2023-07-17 11:43:43 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
2023-06-14 10:17:45 +00:00
|
|
|
)
|
|
|
|
|
2023-06-12 07:17:42 +00:00
|
|
|
require (
|
2023-07-18 08:44:46 +00:00
|
|
|
github.com/474420502/requests v1.40.0
|
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/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-07-20 02:13:18 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.7.1
|
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/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
|
2023-07-20 02:13:18 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
|
|
|
|
github.com/prometheus/client_golang v1.16.0 // indirect
|
2023-06-01 03:27:34 +00:00
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
|
|
github.com/prometheus/common v0.42.0 // indirect
|
2023-07-20 02:13:18 +00:00
|
|
|
github.com/prometheus/procfs v0.10.1 // indirect
|
2023-06-01 03:27:34 +00:00
|
|
|
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
|
2023-07-19 06:58:05 +00:00
|
|
|
golang.org/x/net v0.12.0
|
2023-07-17 11:43:43 +00:00
|
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
|
|
golang.org/x/text v0.11.0
|
|
|
|
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
2023-07-20 02:13:18 +00:00
|
|
|
google.golang.org/grpc v1.56.2 // indirect
|
2023-07-17 11:43:43 +00:00
|
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2023-05-31 10:33:02 +00:00
|
|
|
)
|