From 473335916f8f303374a3f51b0c462ac0aa971068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 06:50:36 +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 a337850..249f6d7 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/alibabacloud-go/tea go 1.14 require ( - github.com/alibabacloud-go/debug v0.0.0-20190504072949-9472017b5c68 + github.com/alibabacloud-go/debug v1.0.0 github.com/json-iterator/go v1.1.12 github.com/modern-go/reflect2 v1.0.2 golang.org/x/net v0.11.0