From 91cb4d9e7e6e3913aa211665ba3384015d3c6c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:40:12 +0000 Subject: [PATCH] Bump github.com/neicnordic/crypt4gh from 1.8.9 to 1.8.10 Bumps [github.com/neicnordic/crypt4gh](https://github.com/neicnordic/crypt4gh) from 1.8.9 to 1.8.10. - [Release notes](https://github.com/neicnordic/crypt4gh/releases) - [Changelog](https://github.com/neicnordic/crypt4gh/blob/master/.goreleaser.yml) - [Commits](https://github.com/neicnordic/crypt4gh/compare/v1.8.9...v1.8.10) --- updated-dependencies: - dependency-name: github.com/neicnordic/crypt4gh 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 a00f6983..f4b87415 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/aws/aws-sdk-go v1.50.6 github.com/manifoldco/promptui v0.9.0 - github.com/neicnordic/crypt4gh v1.8.9 + github.com/neicnordic/crypt4gh v1.8.10 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.8.4 github.com/vbauerster/mpb/v8 v8.7.2 diff --git a/go.sum b/go.sum index 4b9db99d..999f8ffe 100644 --- a/go.sum +++ b/go.sum @@ -33,8 +33,8 @@ github.com/manifoldco/promptui v0.9.0 h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYt github.com/manifoldco/promptui v0.9.0/go.mod h1:ka04sppxSGFAtxX0qhlYQjISsg9mR4GWtQEhdbn6Pgg= github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U= github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= -github.com/neicnordic/crypt4gh v1.8.9 h1:NiP4DBzmlcNxhT34gIOm+0cVb0utenP58Q7bvUeDuhw= -github.com/neicnordic/crypt4gh v1.8.9/go.mod h1:9jve3/N4BQTdiO6cnWqwg/4xQic6dQzPSPZqfAu9GBo= +github.com/neicnordic/crypt4gh v1.8.10 h1:oAmmV84OVpmHP2APn5inv8v3Ep2iIofKVUdfS9xXu3E= +github.com/neicnordic/crypt4gh v1.8.10/go.mod h1:9jve3/N4BQTdiO6cnWqwg/4xQic6dQzPSPZqfAu9GBo= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=