From e8ca6ff21f72ac7449cc1f0ca6429b53cb8fb555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:01:55 +0000 Subject: [PATCH] Bump github.com/alibabacloud-go/debug Bumps [github.com/alibabacloud-go/debug](https://github.com/alibabacloud-go/debug) from 0.0.0-20190504072949-9472017b5c68 to 1.0.0. - [Release notes](https://github.com/alibabacloud-go/debug/releases) - [Commits](https://github.com/alibabacloud-go/debug/commits/v1.0.0) --- updated-dependencies: - dependency-name: github.com/alibabacloud-go/debug dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9acbf23..5d5d6ee 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/aliyun/credentials-go go 1.14 require ( - github.com/alibabacloud-go/debug v0.0.0-20190504072949-9472017b5c68 + github.com/alibabacloud-go/debug v1.0.0 github.com/alibabacloud-go/tea v1.1.8 github.com/davecgh/go-spew v1.1.1 // indirect github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect