From 4d18c3cd07a0e0020a013219037c5036476f64a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 09:50:31 +0000 Subject: [PATCH] build(deps): bump github.com/sylabs/json-resp from 0.8.0 to 0.8.1 Bumps [github.com/sylabs/json-resp](https://github.com/sylabs/json-resp) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/sylabs/json-resp/releases) - [Commits](https://github.com/sylabs/json-resp/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: github.com/sylabs/json-resp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index b440c234a0..62b7be1882 100644 --- a/go.mod +++ b/go.mod @@ -38,7 +38,7 @@ require ( github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921 github.com/spf13/cobra v1.4.0 github.com/spf13/pflag v1.0.5 - github.com/sylabs/json-resp v0.8.0 + github.com/sylabs/json-resp v0.8.1 github.com/sylabs/scs-build-client v0.4.1 github.com/sylabs/scs-key-client v0.7.1 github.com/sylabs/scs-library-client v1.2.2 diff --git a/go.sum b/go.sum index bfd01169e8..c903d9b782 100644 --- a/go.sum +++ b/go.sum @@ -1089,8 +1089,9 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= -github.com/sylabs/json-resp v0.8.0 h1:bZ932uaF220aPqT0+x/vakoaGCGNbpLCjUFm1f+JKlY= github.com/sylabs/json-resp v0.8.0/go.mod h1:bUGV9cqShOyxz7RxBq03Yt9raKGfELKrfN6Yac3lfiw= +github.com/sylabs/json-resp v0.8.1 h1:3KF04WzGizDVlROeI4DK4B0f9p7XKb0BRTFzI7wPTG8= +github.com/sylabs/json-resp v0.8.1/go.mod h1:bUGV9cqShOyxz7RxBq03Yt9raKGfELKrfN6Yac3lfiw= github.com/sylabs/release-tools v0.1.0/go.mod h1:pqP/z/11/rYMQ0OM/Nn7TxGijw7KfZwW9UolD/J1TUo= github.com/sylabs/scs-build-client v0.4.1 h1:b7kqP19eFZ92hMp8DJgQfurnn92L47BvDO7gEKQ4eXo= github.com/sylabs/scs-build-client v0.4.1/go.mod h1:ywvU50Pe47r6HHIHoWOdpwVAg7yZ5FlU/LsKbT+eqcw=