From c6f6eb91a87c4277d1b9c5396008c74bbddf311d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:17:16 +0000 Subject: [PATCH] Bump github.com/rest-go/rest from 0.1.4 to 0.1.5 Bumps [github.com/rest-go/rest](https://github.com/rest-go/rest) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/rest-go/rest/releases) - [Commits](https://github.com/rest-go/rest/compare/v0.1.4...v0.1.5) --- updated-dependencies: - dependency-name: github.com/rest-go/rest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 0a3b98b..89bcd60 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/google/go-cmp v0.5.9 github.com/imroc/req/v3 v3.42.2 github.com/itchyny/gojq v0.12.13 - github.com/rest-go/rest v0.1.4 + github.com/rest-go/rest v0.1.5 github.com/samber/do v1.6.0 github.com/samber/lo v1.38.1 github.com/spf13/cobra v1.8.0 diff --git a/go.sum b/go.sum index 7ad1e8f..904f059 100644 --- a/go.sum +++ b/go.sum @@ -291,8 +291,8 @@ github.com/refraction-networking/utls v1.5.3 h1:Ds5Ocg1+MC1ahNx5iBEcHe0jHeLaA/fL github.com/refraction-networking/utls v1.5.3/go.mod h1:SPuDbBmgLGp8s+HLNc83FuavwZCFoMmExj+ltUHiHUw= github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 h1:OdAsTTz6OkFY5QxjkYwrChwuRruF69c169dPK26NUlk= github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= -github.com/rest-go/rest v0.1.4 h1:agoVEMp3emlq7epmQxmOAm9Lz/4FXc+MftCU3UCS5tI= -github.com/rest-go/rest v0.1.4/go.mod h1:jhL/7bdnp6GAtULr0FEfORJyKJ6k3sWGmmTbUKMTtCg= +github.com/rest-go/rest v0.1.5 h1:vYlSVR1dWKKqAYwkyfzTfNv9jlaAPON774/IyjWIiMQ= +github.com/rest-go/rest v0.1.5/go.mod h1:jhL/7bdnp6GAtULr0FEfORJyKJ6k3sWGmmTbUKMTtCg= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8= github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=