Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/aliyun/aliyun-log-go-sdk from 0.1.72 to 0.1.75 in /contrib/log/aliyun #3332

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion contrib/log/aliyun/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-kratos/kratos/contrib/log/aliyun/v2
go 1.19

require (
github.com/aliyun/aliyun-log-go-sdk v0.1.72
github.com/aliyun/aliyun-log-go-sdk v0.1.75
github.com/go-kratos/kratos/v2 v2.7.3
google.golang.org/protobuf v1.33.0
)
Expand All @@ -14,6 +14,7 @@ require (
github.com/go-logfmt/logfmt v0.5.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
go.uber.org/atomic v1.5.0 // indirect
Expand Down
Loading
Loading