You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
570B

  1. module job_risk_third
  2. go 1.14
  3. require (
  4. github.com/VividCortex/gohistogram v1.0.0 // indirect
  5. github.com/go-kit/kit v0.9.0
  6. github.com/go-redis/redis v6.15.7+incompatible
  7. github.com/google/uuid v1.1.1
  8. github.com/gorilla/mux v1.8.0
  9. github.com/hashicorp/consul/api v1.1.0
  10. github.com/juju/ratelimit v1.0.1
  11. github.com/openzipkin/zipkin-go v0.2.5
  12. github.com/prometheus/client_golang v1.5.1
  13. github.com/spf13/viper v1.7.1
  14. github.com/tal-tech/go-zero v1.0.20
  15. golang.org/x/time v0.0.0-20191024005414-555d28b269f0
  16. gorm.io/driver/mysql v1.0.2
  17. gorm.io/gorm v1.20.2
  18. )