ETCD后台服务
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.

23 lines
727 B

3 years ago
  1. module etcd
  2. go 1.14
  3. require (
  4. github.com/gin-gonic/autotls v0.0.3
  5. github.com/gin-gonic/gin v1.7.2
  6. github.com/go-sql-driver/mysql v1.6.0 // indirect
  7. github.com/go-xorm/xorm v0.7.9 // indirect
  8. github.com/google/uuid v1.3.0
  9. github.com/jinzhu/gorm v1.9.16
  10. github.com/kylelemons/godebug v1.1.0 // indirect
  11. github.com/naoina/go-stringutil v0.1.0 // indirect
  12. github.com/naoina/toml v0.1.1
  13. github.com/patrickmn/go-cache v2.1.0+incompatible
  14. github.com/shiguanghuxian/etcd-manage v2.0.0-beta+incompatible
  15. go.etcd.io/etcd/api/v3 v3.5.0
  16. go.etcd.io/etcd/client/pkg/v3 v3.5.0
  17. go.etcd.io/etcd/client/v2 v2.305.0
  18. go.etcd.io/etcd/client/v3 v3.5.0
  19. go.uber.org/zap v1.18.1
  20. golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
  21. )