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.
|
- 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/agiledragon/gomonkey v2.0.2+incompatible
- 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/net v0.0.0-20220722155237-a158d28d115b // indirect
- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
- golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
- vimagination.zapto.org/byteio v0.0.0-20200222190125-d27cba0f0b10
- vimagination.zapto.org/memio v0.0.0-20200222190306-588ebc67b97d // indirect
- )
|