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

go.mod 751 B

3 years ago
3 years ago
3 years ago
123456789101112131415161718192021
  1. module github.com/seata/seata-go
  2. go 1.16
  3. require (
  4. github.com/BurntSushi/toml v1.1.0 // indirect
  5. github.com/apache/dubbo-getty v1.4.8
  6. github.com/dubbogo/gost v1.11.23
  7. github.com/dubbogo/tools v1.0.9 // indirect
  8. github.com/fagongzi/goetty v1.3.1
  9. github.com/fagongzi/log v0.0.0-20170831135209-9a647df25e0e
  10. github.com/fagongzi/util v0.0.0-20181102105153-fd38e0f42a4f
  11. github.com/golang/snappy v0.0.4 // indirect
  12. github.com/natefinch/lumberjack v2.0.0+incompatible
  13. github.com/pkg/errors v0.9.1
  14. go.uber.org/atomic v1.9.0
  15. go.uber.org/zap v1.19.1
  16. gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
  17. vimagination.zapto.org/byteio v0.0.0-20200222190125-d27cba0f0b10
  18. vimagination.zapto.org/memio v0.0.0-20200222190306-588ebc67b97d // indirect
  19. )

Go Implementation For Seata