From cfe743b2690a66324c92ccbfb0912f6dc2f6b150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:45:09 +0000 Subject: [PATCH] Bump github.com/YaleSpinup/apierror from 0.1.1 to 0.1.2 Bumps [github.com/YaleSpinup/apierror](https://github.com/YaleSpinup/apierror) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/YaleSpinup/apierror/releases) - [Commits](https://github.com/YaleSpinup/apierror/compare/v0.1.1...v0.1.2) --- updated-dependencies: - dependency-name: github.com/YaleSpinup/apierror 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 fe047a9..0a74e96 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/YaleSpinup/ecr-api go 1.21 require ( - github.com/YaleSpinup/apierror v0.1.1 + github.com/YaleSpinup/apierror v0.1.2 github.com/aws/aws-sdk-go v1.45.24 github.com/google/uuid v1.3.1 github.com/gorilla/handlers v1.5.1 diff --git a/go.sum b/go.sum index 0299c54..8f53b48 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/YaleSpinup/apierror v0.1.1 h1:Zpb/H6Zcu5A4PKMhER5XZyWuzt84t5MvVq90VBUnzRQ= -github.com/YaleSpinup/apierror v0.1.1/go.mod h1:LV0WGRJVWuvfSQo4fMx8hd0MV7thE2n5Mh2syENWG7k= +github.com/YaleSpinup/apierror v0.1.2 h1:IDM4NmGt/r+4eq1uW5/XkqqmVAow3raE970KqkbVFYQ= +github.com/YaleSpinup/apierror v0.1.2/go.mod h1:LV0WGRJVWuvfSQo4fMx8hd0MV7thE2n5Mh2syENWG7k= github.com/aws/aws-sdk-go v1.45.24 h1:TZx/CizkmCQn8Rtsb11iLYutEQVGK5PK9wAhwouELBo= github.com/aws/aws-sdk-go v1.45.24/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=