From 329a4abd88bb6d1fb88d15d103630623ad425115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 13:11:30 +0000 Subject: [PATCH] build(deps): bump github.com/sylabs/scs-key-client from 0.7.1 to 0.7.2 Bumps [github.com/sylabs/scs-key-client](https://github.com/sylabs/scs-key-client) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/sylabs/scs-key-client/releases) - [Commits](https://github.com/sylabs/scs-key-client/compare/v0.7.1...v0.7.2) --- updated-dependencies: - dependency-name: github.com/sylabs/scs-key-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 078110350d..d58839232b 100644 --- a/go.mod +++ b/go.mod @@ -38,9 +38,9 @@ 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-key-client v0.7.2 github.com/sylabs/scs-library-client v1.2.2 github.com/sylabs/sif/v2 v2.4.1 github.com/urfave/cli v1.22.5 // indirect diff --git a/go.sum b/go.sum index ddbf5a278f..df645c35e3 100644 --- a/go.sum +++ b/go.sum @@ -1090,13 +1090,14 @@ 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= -github.com/sylabs/scs-key-client v0.7.1 h1:m8w1fK5Ja/ahdgDRiAaFJ8CMOIOm8m37gKgSCwOgoeY= -github.com/sylabs/scs-key-client v0.7.1/go.mod h1:/5RJxsW7iIKDD9FU2qfGvlCs+MfjigV7InUDE1SIR30= +github.com/sylabs/scs-key-client v0.7.2 h1:q1ia4gSVD7z3u706N7aIwtk70SayfeAeL8Uo322JuYo= +github.com/sylabs/scs-key-client v0.7.2/go.mod h1:cmD4C9QfNLXW4QSXvwoaPZAuwaToIsHuD0AUHNdjDlA= github.com/sylabs/scs-library-client v1.2.1/go.mod h1:WddtCtL42AAsmCiUe8oxjHKbER5vbXtaO7Cxlmf+n0c= github.com/sylabs/scs-library-client v1.2.2 h1:tg3rgOl1UKTtX3FxGo7XAyeVtysq9g5gJPOTao/TvDA= github.com/sylabs/scs-library-client v1.2.2/go.mod h1:5Kr7ZDkCTyMjoR4Ds1RUytXbZDE10LWH7VSeMOorfus=