69 lines
2.7 KiB
Modula-2
69 lines
2.7 KiB
Modula-2
module d7y.io/dragonfly/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/HuKeping/rbtree v0.0.0-20210106022122-8ad34838eb2b
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/alicebob/miniredis/v2 v2.14.5
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.1.6+incompatible
|
|
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/emirpasic/gods v1.12.0
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-echarts/statsview v0.3.4
|
|
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a
|
|
github.com/go-openapi/spec v0.20.3 // indirect
|
|
github.com/go-redis/cache/v8 v8.4.1
|
|
github.com/go-redis/redis/v8 v8.9.0
|
|
github.com/gofrs/flock v0.8.0
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
|
|
github.com/golang/mock v1.5.0
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/uuid v1.1.5
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/iancoleman/strcase v0.1.3
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
|
|
github.com/mitchellh/mapstructure v1.4.1
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/pborman/uuid v1.2.1
|
|
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b
|
|
github.com/sirupsen/logrus v1.2.0
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
|
|
github.com/swaggo/gin-swagger v1.3.0
|
|
github.com/swaggo/swag v1.7.0
|
|
github.com/xo/dburl v0.7.0
|
|
go.opentelemetry.io/otel v0.20.0
|
|
go.opentelemetry.io/otel/exporters/trace/jaeger v0.20.0
|
|
go.opentelemetry.io/otel/sdk v0.20.0
|
|
go.opentelemetry.io/otel/trace v0.20.0
|
|
go.uber.org/atomic v1.6.0
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
|
|
google.golang.org/grpc v1.36.0
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/errgo.v2 v2.1.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
|
gorm.io/driver/mysql v1.0.4
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.21.3
|
|
k8s.io/apimachinery v0.20.1
|
|
k8s.io/client-go v11.0.0+incompatible
|
|
)
|