From 62e1061a6525a3b05a5edc41691384aa1383d690 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 21:13:28 +0000 Subject: [PATCH] Bump github.com/google/go-querystring from 1.0.0 to 1.1.0 Bumps [github.com/google/go-querystring](https://github.com/google/go-querystring) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/google/go-querystring/releases) - [Commits](https://github.com/google/go-querystring/compare/v1.0.0...v1.1.0) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8ff2684..3b2468f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mozillazg/go-cos require ( - github.com/google/go-querystring v1.0.0 + github.com/google/go-querystring v1.1.0 github.com/mozillazg/go-httpheader v0.2.1 )