| module github.com/dk-lockdown/seata-golang |
| |
| go 1.13.3 |
| |
| require ( |
| github.com/dubbogo/getty v1.3.3 |
| github.com/dubbogo/gost v1.6.0 |
| github.com/gorilla/websocket v1.4.1 // indirect |
| github.com/pkg/errors v0.9.1 |
| github.com/stretchr/testify v1.5.1 |
| go.uber.org/atomic v1.5.0 |
| go.uber.org/zap v1.14.0 // indirect |
| gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect |
| gopkg.in/yaml.v2 v2.2.8 |
| vimagination.zapto.org/byteio v0.0.0-20200222190125-d27cba0f0b10 |
| vimagination.zapto.org/memio v0.0.0-20200222190306-588ebc67b97d // indirect |
| ) |