增加星座运势
Showing
... | ... | @@ -15,6 +15,7 @@ require ( |
github.com/json-iterator/go v1.1.12 | ||
github.com/parnurzeal/gorequest v0.2.16 | ||
github.com/rabbitmq/amqp091-go v1.10.0 | ||
github.com/soheilhy/cmux v0.1.5 | ||
github.com/spf13/viper v1.16.0 | ||
github.com/tidwall/gjson v1.14.4 | ||
go.uber.org/zap v1.24.0 | ||
... | ... | @@ -60,7 +61,6 @@ require ( |
github.com/pelletier/go-toml/v2 v2.2.2 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/smartystreets/goconvey v1.8.0 // indirect | ||
github.com/soheilhy/cmux v0.1.5 // indirect | ||
github.com/spf13/afero v1.9.5 // indirect | ||
github.com/spf13/cast v1.5.1 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
... | ... |
Please register or sign in to comment