| module github.com/seata/seata-go |
| |
| go 1.16 |
| |
| require ( |
| dubbo.apache.org/dubbo-go/v3 v3.0.2-0.20220508105316-b27ec53b7bab |
| github.com/BurntSushi/toml v1.1.0 // indirect |
| github.com/apache/dubbo-getty v1.4.8 |
| github.com/dubbogo/gost v1.12.5 |
| github.com/natefinch/lumberjack v2.0.0+incompatible |
| github.com/pkg/errors v0.9.1 |
| github.com/stretchr/testify v1.7.1 |
| go.uber.org/atomic v1.9.0 |
| go.uber.org/zap v1.21.0 |
| golang.org/x/tools v0.1.11 // indirect |
| vimagination.zapto.org/byteio v0.0.0-20200222190125-d27cba0f0b10 |
| vimagination.zapto.org/memio v0.0.0-20200222190306-588ebc67b97d // indirect |
| ) |