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/alibabacloud-go/openapi-util from 0.1.0 to 0.1.1 #428

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ require (
)

require (
github.com/alibabacloud-go/openapi-util v0.1.0
github.com/alibabacloud-go/openapi-util v0.1.1
github.com/alibabacloud-go/tea-utils v1.4.5
github.com/alibabacloud-go/tea-utils/v2 v2.0.5
github.com/alibabacloud-go/tea-utils/v2 v2.0.6
github.com/go-logr/zapr v1.3.0
github.com/olekukonko/tablewriter v0.0.6-0.20230925090304-df64c4bbad77
go.uber.org/zap v1.27.0
Expand Down Expand Up @@ -69,7 +69,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tjfoc/gmsm v1.3.2 // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.10.0 // indirect
Expand Down
66 changes: 63 additions & 3 deletions go.sum

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/tjfoc/gmsm/sm3/ifile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 12 additions & 13 deletions vendor/github.com/tjfoc/gmsm/sm3/sm3.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ github.com/alibabacloud-go/debug/debug
# github.com/alibabacloud-go/endpoint-util v1.1.0
## explicit
github.com/alibabacloud-go/endpoint-util/service
# github.com/alibabacloud-go/openapi-util v0.1.0
# github.com/alibabacloud-go/openapi-util v0.1.1
## explicit; go 1.14
github.com/alibabacloud-go/openapi-util/service
# github.com/alibabacloud-go/ram-20150501 v1.0.2
Expand All @@ -40,7 +40,7 @@ github.com/alibabacloud-go/tea/utils
# github.com/alibabacloud-go/tea-utils v1.4.5
## explicit; go 1.14
github.com/alibabacloud-go/tea-utils/service
# github.com/alibabacloud-go/tea-utils/v2 v2.0.5
# github.com/alibabacloud-go/tea-utils/v2 v2.0.6
## explicit; go 1.14
github.com/alibabacloud-go/tea-utils/v2/service
# github.com/alibabacloud-go/tea-xml v1.1.3
Expand Down Expand Up @@ -187,8 +187,8 @@ github.com/spf13/pflag
# github.com/stretchr/testify v1.9.0
## explicit; go 1.17
github.com/stretchr/testify/assert
# github.com/tjfoc/gmsm v1.3.2
## explicit; go 1.12
# github.com/tjfoc/gmsm v1.4.1
## explicit; go 1.14
github.com/tjfoc/gmsm/sm3
# go.uber.org/multierr v1.10.0
## explicit; go 1.19
Expand Down
Loading