mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-30 23:44:59 +00:00
fix(deps): update module github.com/gofiber/fiber/v2 to v2.49.1 (#1001)
[](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 <details> <summary>gofiber/fiber (github.com/gofiber/fiber/v2)</summary> ### [`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. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzguOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f9d2bd24eb
commit
57d41a3f94
2 changed files with 3 additions and 1 deletions
2
go.mod
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue