From 9b93d632b156408d3e861e763eb2b27ef177712c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:01:45 +0000 Subject: [PATCH] Bump github.com/alibabacloud-go/tea from 1.1.8 to 1.2.1 Bumps [github.com/alibabacloud-go/tea](https://github.com/alibabacloud-go/tea) from 1.1.8 to 1.2.1. - [Release notes](https://github.com/alibabacloud-go/tea/releases) - [Commits](https://github.com/alibabacloud-go/tea/compare/v1.1.8...v1.2.1) --- updated-dependencies: - dependency-name: github.com/alibabacloud-go/tea dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 9acbf23..49ac16b 100644 --- a/go.mod +++ b/go.mod @@ -4,8 +4,7 @@ go 1.14 require ( github.com/alibabacloud-go/debug v0.0.0-20190504072949-9472017b5c68 - github.com/alibabacloud-go/tea v1.1.8 - github.com/davecgh/go-spew v1.1.1 // indirect + github.com/alibabacloud-go/tea v1.2.1 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/stretchr/testify v1.5.1 golang.org/x/net v0.17.0 // indirect