module qteam

go 1.12

require (
	github.com/BurntSushi/toml v0.4.1
	github.com/forgoer/openssl v1.6.0
	github.com/gin-gonic/gin v1.7.7
	github.com/go-playground/locales v0.14.0
	github.com/go-playground/universal-translator v0.18.0
	github.com/go-sql-driver/mysql v1.6.0
	github.com/mailru/easyjson v0.7.7 // indirect
	github.com/nacos-group/nacos-sdk-go/v2 v2.2.5
	github.com/openzipkin/zipkin-go v0.2.2
	github.com/prometheus/client_golang v1.12.2
	github.com/qit-team/snow-core v0.1.28
	github.com/qit-team/work v0.3.11
	github.com/robfig/cron v1.2.0
	github.com/swaggo/gin-swagger v1.3.3
	github.com/swaggo/swag v1.7.9
	github.com/valyala/fasthttp v1.31.0
	google.golang.org/grpc v1.56.3
	google.golang.org/protobuf v1.30.0
	gopkg.in/go-playground/validator.v9 v9.31.0
)