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.
14 lines
325 B
14 lines
325 B
module github.com/go-kratos/kratos/contrib/log/aliyun/v2 |
|
|
|
go 1.16 |
|
|
|
require ( |
|
github.com/aliyun/aliyun-log-go-sdk v0.1.37 |
|
github.com/go-kratos/kratos/v2 v2.5.0 |
|
google.golang.org/protobuf v1.28.1 |
|
) |
|
|
|
replace ( |
|
github.com/go-kratos/kratos/v2 => ../../../ |
|
github.com/gogo/protobuf v1.3.1 => github.com/gogo/protobuf v1.3.2 |
|
)
|
|
|