From 5d28ee5c581aa29354bbe0f910c04c9fefbe5ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:39:30 +0000 Subject: [PATCH] chore(deps): bump github.com/elliotchance/pie/v2 in /API Bumps [github.com/elliotchance/pie/v2](https://github.com/elliotchance/pie) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/elliotchance/pie/releases) - [Commits](https://github.com/elliotchance/pie/compare/v2.8.1...v2.9.0) --- updated-dependencies: - dependency-name: github.com/elliotchance/pie/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- API/go.mod | 2 +- API/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/API/go.mod b/API/go.mod index 2046c6f6..bf03be5e 100644 --- a/API/go.mod +++ b/API/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/bmatcuk/doublestar/v4 v4.6.1 github.com/dgrijalva/jwt-go v3.2.0+incompatible - github.com/elliotchance/pie/v2 v2.8.1 + github.com/elliotchance/pie/v2 v2.9.0 github.com/gorilla/handlers v1.5.2 github.com/gorilla/mux v1.8.1 github.com/gorilla/schema v1.4.1 diff --git a/API/go.sum b/API/go.sum index 73aeb210..acab11a7 100644 --- a/API/go.sum +++ b/API/go.sum @@ -4,8 +4,8 @@ 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/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= -github.com/elliotchance/pie/v2 v2.8.1 h1:JegnuZX2/Gg+UiC5snqJ5sFs/Ff1HtRn8ofSUQJqmDk= -github.com/elliotchance/pie/v2 v2.8.1/go.mod h1:18t0dgGFH006g4eVdDtWfgFZPQEgl10IoEO8YWEq3Og= +github.com/elliotchance/pie/v2 v2.9.0 h1:BkEhh8b/avGCSpXpABSjNuytxlI/S2snkjT3vtVORjw= +github.com/elliotchance/pie/v2 v2.9.0/go.mod h1:18t0dgGFH006g4eVdDtWfgFZPQEgl10IoEO8YWEq3Og= github.com/felixge/httpsnoop v1.0.3 h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk= github.com/felixge/httpsnoop v1.0.3/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=