From 57d41a3f947d0e5ef5b7d673edf76c97827a606f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:11:09 +0200 Subject: [PATCH] fix(deps): update module github.com/gofiber/fiber/v2 to v2.49.1 (#1001) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/gofiber/fiber/v2](https://togithub.com/gofiber/fiber) | require | patch | `v2.49.0` -> `v2.49.1` | --- ### Release Notes
gofiber/fiber (github.com/gofiber/fiber/v2) ### [`v2.49.1`](https://togithub.com/gofiber/fiber/releases/tag/v2.49.1) [Compare Source](https://togithub.com/gofiber/fiber/compare/v2.49.0...v2.49.1) #### ๐Ÿงน Updates - Bump github.com/valyala/fasthttp from 1.48.0 to 1.49.0 ([#​2615](https://togithub.com/gofiber/fiber/issues/2615)) #### ๐Ÿ› Fixes - Rollback changes to go.mod file ([#​2614](https://togithub.com/gofiber/fiber/issues/2614)) #### ๐Ÿ“š Documentation - Add Polish translation - README_pl.md ([#​2613](https://togithub.com/gofiber/fiber/issues/2613)) - Update README_ko.md ([#​2605](https://togithub.com/gofiber/fiber/issues/2605)) **Full Changelog**: https://github.com/gofiber/fiber/compare/v2.49.0...v2.49.1 Thank you [@​KompocikDot](https://togithub.com/KompocikDot), [@​LimJiAn](https://togithub.com/LimJiAn) and [@​gaby](https://togithub.com/gaby) for making this update possible.
--- ### Configuration ๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). ๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you are satisfied. โ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. ๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/go-skynet/LocalAI). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c65c4a86..8fb75fae 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/go-skynet/go-bert.cpp v0.0.0-20230716133540-6abe312cded1 github.com/go-skynet/go-ggml-transformers.cpp v0.0.0-20230714203132-ffb09d7dd71e github.com/go-skynet/go-llama.cpp v0.0.0-20230902070750-d8c85474ad3c - github.com/gofiber/fiber/v2 v2.49.0 + github.com/gofiber/fiber/v2 v2.49.1 github.com/google/uuid v1.3.1 github.com/hashicorp/go-multierror v1.1.1 github.com/hpcloud/tail v1.0.0 diff --git a/go.sum b/go.sum index 79a45d90..77017afe 100644 --- a/go.sum +++ b/go.sum @@ -59,6 +59,8 @@ github.com/gofiber/fiber/v2 v2.48.0 h1:cRVMCb9aUJDsyHxGFLwz/sGzDggdailZZyptU9F9c github.com/gofiber/fiber/v2 v2.48.0/go.mod h1:xqJgfqrc23FJuqGOW6DVgi3HyZEm2Mn9pRqUb2kHSX8= github.com/gofiber/fiber/v2 v2.49.0 h1:xBVG2c66GDcWfww56xHvMn52Q0XX7UrSvjj6MD8/5EE= github.com/gofiber/fiber/v2 v2.49.0/go.mod h1:oxpt7wQaEYgdDmq7nMxCGhilYicBLFnZ+jQSJcQDlSE= +github.com/gofiber/fiber/v2 v2.49.1 h1:0W2DRWevSirc8pJl4o8r8QejDR8TV6ZUCawHxwbIdOk= +github.com/gofiber/fiber/v2 v2.49.1/go.mod h1:nPUeEBUeeYGgwbDm59Gp7vS8MDyScL6ezr/Np9A13WU= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=