From 0563b379b311e109897b6e06b4e2169937263db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:39:09 +0100 Subject: [PATCH] Bump github.com/dghubble/sling from 1.4.1 to 1.4.2 (#207) Bumps [github.com/dghubble/sling](https://github.com/dghubble/sling) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/dghubble/sling/releases) - [Changelog](https://github.com/dghubble/sling/blob/main/CHANGES.md) - [Commits](https://github.com/dghubble/sling/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: github.com/dghubble/sling dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 123a48d..1d1e384 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/signmykeyio/signmykey require ( - github.com/dghubble/sling v1.4.1 + github.com/dghubble/sling v1.4.2 github.com/fatih/color v1.16.0 github.com/go-chi/chi/v5 v5.0.11 github.com/go-chi/render v1.0.3 diff --git a/go.sum b/go.sum index a16eefa..5fd4a74 100644 --- a/go.sum +++ b/go.sum @@ -56,8 +56,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/dghubble/sling v1.4.1 h1:AxjTubpVyozMvbBCtXcsWEyGGgUZutC5YGrfxPNVOcQ= -github.com/dghubble/sling v1.4.1/go.mod h1:QoMB1KL3GAo+7HsD8Itd6S+6tW91who8BGZzuLvpOyc= +github.com/dghubble/sling v1.4.2 h1:vs1HIGBbSl2SEALyU+irpYFLZMfc49Fp+jYryFebQjM= +github.com/dghubble/sling v1.4.2/go.mod h1:o0arCOz0HwfqYQJLrRtqunaWOn4X6jxE/6ORKRpVTD4= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=