2023-04-19 16:43:10 +00:00
|
|
|
module github.com/go-skynet/LocalAI
|
2023-03-18 22:59:06 +00:00
|
|
|
|
2023-08-23 23:18:58 +00:00
|
|
|
go 1.21
|
2023-03-18 22:59:06 +00:00
|
|
|
|
|
|
|
require (
|
2023-07-26 20:05:42 +00:00
|
|
|
github.com/donomii/go-rwkv.cpp v0.0.0-20230715075832-c898cd0f62df
|
2023-06-28 21:43:50 +00:00
|
|
|
github.com/ggerganov/whisper.cpp/bindings/go v0.0.0-20230628193450-85ed71aaec8e
|
2023-05-09 09:43:50 +00:00
|
|
|
github.com/go-audio/wav v1.1.0
|
2023-06-04 20:53:09 +00:00
|
|
|
github.com/go-skynet/bloomz.cpp v0.0.0-20230529155654-1834e77b83fa
|
2023-07-16 20:01:53 +00:00
|
|
|
github.com/go-skynet/go-bert.cpp v0.0.0-20230716133540-6abe312cded1
|
2023-07-15 14:16:13 +00:00
|
|
|
github.com/go-skynet/go-ggml-transformers.cpp v0.0.0-20230714203132-ffb09d7dd71e
|
2023-08-30 21:02:19 +00:00
|
|
|
github.com/go-skynet/go-llama.cpp v0.0.0-20230830083949-bf3f94649067
|
fix(deps): update module github.com/gofiber/fiber/v2 to v2.49.0 (#966)
[![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 | minor | `v2.48.0` -> `v2.49.0` |
---
### Release Notes
<details>
<summary>gofiber/fiber (github.com/gofiber/fiber/v2)</summary>
### [`v2.49.0`](https://togithub.com/gofiber/fiber/releases/tag/v2.49.0)
[Compare
Source](https://togithub.com/gofiber/fiber/compare/v2.48.0...v2.49.0)
#### ❗ Breaking Changes
- Add config to enable splitting by comma in parsers
([#​2560](https://togithub.com/gofiber/fiber/issues/2560))
https://docs.gofiber.io/api/fiber#config
> EnableSplittingOnParsers splits the query/body/header parameters by
comma when it's true (default: false).
>
> For example, you can use it to parse multiple values from a query
parameter like this:
> /api?foo=bar,baz == foo\[]=bar\&foo\[]=baz
#### 🚀 New
- Add custom data property to favicon middleware config
([#​2579](https://togithub.com/gofiber/fiber/issues/2579))
https://docs.gofiber.io/api/middleware/favicon#config
> This allows the user to use //go:embed flags to load favicon data
during build-time, and supply it to the middleware instead of reading
the file every time the application starts.
#### 🧹 Updates
- Middleware/logger: Latency match gin-gonic/gin formatter
([#​2569](https://togithub.com/gofiber/fiber/issues/2569))
- Middleware/filesystem: Refactor: use `errors.Is` instead of
`os.IsNotExist`
([#​2558](https://togithub.com/gofiber/fiber/issues/2558))
- Use Global vars instead of local vars for isLocalHost
([#​2595](https://togithub.com/gofiber/fiber/issues/2595))
- Remove redundant nil check
([#​2584](https://togithub.com/gofiber/fiber/issues/2584))
- Bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15
([#​2551](https://togithub.com/gofiber/fiber/issues/2551))
- Bump github.com/google/uuid from 1.3.0 to 1.3.1
([#​2592](https://togithub.com/gofiber/fiber/issues/2592))
- Bump golang.org/x/sys from 0.10.0 to 0.11.0
([#​2563](https://togithub.com/gofiber/fiber/issues/2563))
- Add go 1.21 to ci and readmes
([#​2588](https://togithub.com/gofiber/fiber/issues/2588))
#### 🐛 Fixes
- Middleware/logger: Default latency output format
([#​2580](https://togithub.com/gofiber/fiber/issues/2580))
- Decompress request body when multi Content-Encoding sent on request
headers ([#​2555](https://togithub.com/gofiber/fiber/issues/2555))
#### 📚 Documentation
- Fix wrong JSON docs
([#​2554](https://togithub.com/gofiber/fiber/issues/2554))
- Update io/ioutil package to io package
([#​2589](https://togithub.com/gofiber/fiber/issues/2589))
- Replace EG flag with the proper and smaller SVG
([#​2585](https://togithub.com/gofiber/fiber/issues/2585))
- Added Egyptian Arabic readme file
([#​2565](https://togithub.com/gofiber/fiber/issues/2565))
- Translate README to Portuguese
([#​2567](https://togithub.com/gofiber/fiber/issues/2567))
- Improve \*fiber.Client section
([#​2553](https://togithub.com/gofiber/fiber/issues/2553))
- Improved the config section of the middleware readme´s
([#​2552](https://togithub.com/gofiber/fiber/issues/2552))
- Added documentation about ctx Fresh
([#​2549](https://togithub.com/gofiber/fiber/issues/2549))
- Update intro.md
([#​2550](https://togithub.com/gofiber/fiber/issues/2550))
- Fixed link to slim template engine
([#​2547](https://togithub.com/gofiber/fiber/issues/2547))
**Full Changelog**:
https://github.com/gofiber/fiber/compare/v2.48.0...v2.49.0
Thank you [@​Jictyvoo](https://togithub.com/Jictyvoo),
[@​Juneezee](https://togithub.com/Juneezee),
[@​Kirari04](https://togithub.com/Kirari04),
[@​LimJiAn](https://togithub.com/LimJiAn),
[@​PassTheMayo](https://togithub.com/PassTheMayo),
[@​andersonmiranda-com](https://togithub.com/andersonmiranda-com),
[@​bigpreshy](https://togithub.com/bigpreshy),
[@​efectn](https://togithub.com/efectn),
[@​renanbastos93](https://togithub.com/renanbastos93),
[@​scandar](https://togithub.com/scandar),
[@​sixcolors](https://togithub.com/sixcolors) and
[@​stefanb](https://togithub.com/stefanb) 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:eyJjcmVhdGVkSW5WZXIiOiIzNi42NC44IiwidXBkYXRlZEluVmVyIjoiMzYuNjQuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-28 06:24:13 +00:00
|
|
|
github.com/gofiber/fiber/v2 v2.49.0
|
2023-08-22 08:51:04 +00:00
|
|
|
github.com/google/uuid v1.3.1
|
2023-05-02 22:31:28 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2023-07-14 23:19:43 +00:00
|
|
|
github.com/hpcloud/tail v1.0.0
|
2023-05-27 17:42:38 +00:00
|
|
|
github.com/imdario/mergo v0.3.16
|
2023-06-24 06:18:17 +00:00
|
|
|
github.com/json-iterator/go v1.1.12
|
|
|
|
github.com/mholt/archiver/v3 v3.5.1
|
2023-07-15 20:53:05 +00:00
|
|
|
github.com/mudler/go-ggllm.cpp v0.0.0-20230709223052-862477d16eef
|
2023-08-18 23:49:33 +00:00
|
|
|
github.com/mudler/go-processmanager v0.0.0-20230818213616-f204007f963c
|
2023-06-05 22:35:16 +00:00
|
|
|
github.com/mudler/go-stable-diffusion v0.0.0-20230605122230-d89260f598af
|
2023-08-24 21:52:49 +00:00
|
|
|
github.com/nomic-ai/gpt4all/gpt4all-bindings/golang v0.0.0-20230823205330-27a8b020c36b
|
2023-08-24 16:58:06 +00:00
|
|
|
github.com/onsi/ginkgo/v2 v2.12.0
|
2023-07-25 17:05:27 +00:00
|
|
|
github.com/onsi/gomega v1.27.10
|
2023-08-26 12:18:06 +00:00
|
|
|
github.com/otiai10/openaigo v1.6.0
|
2023-07-14 23:19:43 +00:00
|
|
|
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
|
2023-07-30 07:47:49 +00:00
|
|
|
github.com/rs/zerolog v1.30.0
|
2023-08-31 14:35:13 +00:00
|
|
|
github.com/sashabaranov/go-openai v1.15.1
|
2023-08-29 20:15:43 +00:00
|
|
|
github.com/tmc/langchaingo v0.0.0-20230829032728-c85d3967da08
|
2023-06-19 17:20:06 +00:00
|
|
|
github.com/urfave/cli/v2 v2.25.7
|
2023-08-29 20:16:10 +00:00
|
|
|
github.com/valyala/fasthttp v1.49.0
|
2023-07-27 16:41:29 +00:00
|
|
|
google.golang.org/grpc v1.57.0
|
2023-07-15 14:14:49 +00:00
|
|
|
google.golang.org/protobuf v1.31.0
|
2023-05-18 19:12:42 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2023-04-28 17:24:49 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2023-03-18 22:59:06 +00:00
|
|
|
)
|
|
|
|
|
2023-08-18 19:23:14 +00:00
|
|
|
require (
|
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
2023-09-01 17:22:53 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.23.8
|
2023-08-18 19:23:14 +00:00
|
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
2023-09-01 17:22:53 +00:00
|
|
|
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
2023-08-18 19:23:14 +00:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.3 // indirect
|
|
|
|
)
|
|
|
|
|
2023-06-24 06:18:17 +00:00
|
|
|
require (
|
2023-06-25 14:35:59 +00:00
|
|
|
github.com/dlclark/regexp2 v1.8.1 // indirect
|
2023-06-24 06:18:17 +00:00
|
|
|
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
|
2023-07-14 23:19:43 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-06-24 06:18:17 +00:00
|
|
|
github.com/golang/snappy v0.0.2 // indirect
|
|
|
|
github.com/klauspost/pgzip v1.2.5 // indirect
|
2023-07-14 23:19:43 +00:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2023-06-24 06:18:17 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
github.com/nwaples/rardecode v1.1.0 // indirect
|
|
|
|
github.com/pierrec/lz4/v4 v4.1.2 // indirect
|
2023-06-25 14:35:59 +00:00
|
|
|
github.com/pkoukk/tiktoken-go v0.1.2 // indirect
|
2023-06-24 06:18:17 +00:00
|
|
|
github.com/ulikunitz/xz v0.5.9 // indirect
|
|
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
2023-07-27 16:41:29 +00:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
|
2023-07-14 23:19:43 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
2023-06-24 06:18:17 +00:00
|
|
|
)
|
|
|
|
|
2023-03-18 22:59:06 +00:00
|
|
|
require (
|
2023-04-25 05:46:14 +00:00
|
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
2023-03-18 22:59:06 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2023-05-09 09:43:50 +00:00
|
|
|
github.com/go-audio/audio v1.0.0 // indirect
|
|
|
|
github.com/go-audio/riff v1.0.0 // indirect
|
2023-05-03 09:47:54 +00:00
|
|
|
github.com/go-logr/logr v1.2.4 // indirect
|
2023-04-21 22:44:52 +00:00
|
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
|
|
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
|
2023-05-02 22:31:28 +00:00
|
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
fix(deps): update module github.com/gofiber/fiber/v2 to v2.49.0 (#966)
[![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 | minor | `v2.48.0` -> `v2.49.0` |
---
### Release Notes
<details>
<summary>gofiber/fiber (github.com/gofiber/fiber/v2)</summary>
### [`v2.49.0`](https://togithub.com/gofiber/fiber/releases/tag/v2.49.0)
[Compare
Source](https://togithub.com/gofiber/fiber/compare/v2.48.0...v2.49.0)
#### ❗ Breaking Changes
- Add config to enable splitting by comma in parsers
([#​2560](https://togithub.com/gofiber/fiber/issues/2560))
https://docs.gofiber.io/api/fiber#config
> EnableSplittingOnParsers splits the query/body/header parameters by
comma when it's true (default: false).
>
> For example, you can use it to parse multiple values from a query
parameter like this:
> /api?foo=bar,baz == foo\[]=bar\&foo\[]=baz
#### 🚀 New
- Add custom data property to favicon middleware config
([#​2579](https://togithub.com/gofiber/fiber/issues/2579))
https://docs.gofiber.io/api/middleware/favicon#config
> This allows the user to use //go:embed flags to load favicon data
during build-time, and supply it to the middleware instead of reading
the file every time the application starts.
#### 🧹 Updates
- Middleware/logger: Latency match gin-gonic/gin formatter
([#​2569](https://togithub.com/gofiber/fiber/issues/2569))
- Middleware/filesystem: Refactor: use `errors.Is` instead of
`os.IsNotExist`
([#​2558](https://togithub.com/gofiber/fiber/issues/2558))
- Use Global vars instead of local vars for isLocalHost
([#​2595](https://togithub.com/gofiber/fiber/issues/2595))
- Remove redundant nil check
([#​2584](https://togithub.com/gofiber/fiber/issues/2584))
- Bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15
([#​2551](https://togithub.com/gofiber/fiber/issues/2551))
- Bump github.com/google/uuid from 1.3.0 to 1.3.1
([#​2592](https://togithub.com/gofiber/fiber/issues/2592))
- Bump golang.org/x/sys from 0.10.0 to 0.11.0
([#​2563](https://togithub.com/gofiber/fiber/issues/2563))
- Add go 1.21 to ci and readmes
([#​2588](https://togithub.com/gofiber/fiber/issues/2588))
#### 🐛 Fixes
- Middleware/logger: Default latency output format
([#​2580](https://togithub.com/gofiber/fiber/issues/2580))
- Decompress request body when multi Content-Encoding sent on request
headers ([#​2555](https://togithub.com/gofiber/fiber/issues/2555))
#### 📚 Documentation
- Fix wrong JSON docs
([#​2554](https://togithub.com/gofiber/fiber/issues/2554))
- Update io/ioutil package to io package
([#​2589](https://togithub.com/gofiber/fiber/issues/2589))
- Replace EG flag with the proper and smaller SVG
([#​2585](https://togithub.com/gofiber/fiber/issues/2585))
- Added Egyptian Arabic readme file
([#​2565](https://togithub.com/gofiber/fiber/issues/2565))
- Translate README to Portuguese
([#​2567](https://togithub.com/gofiber/fiber/issues/2567))
- Improve \*fiber.Client section
([#​2553](https://togithub.com/gofiber/fiber/issues/2553))
- Improved the config section of the middleware readme´s
([#​2552](https://togithub.com/gofiber/fiber/issues/2552))
- Added documentation about ctx Fresh
([#​2549](https://togithub.com/gofiber/fiber/issues/2549))
- Update intro.md
([#​2550](https://togithub.com/gofiber/fiber/issues/2550))
- Fixed link to slim template engine
([#​2547](https://togithub.com/gofiber/fiber/issues/2547))
**Full Changelog**:
https://github.com/gofiber/fiber/compare/v2.48.0...v2.49.0
Thank you [@​Jictyvoo](https://togithub.com/Jictyvoo),
[@​Juneezee](https://togithub.com/Juneezee),
[@​Kirari04](https://togithub.com/Kirari04),
[@​LimJiAn](https://togithub.com/LimJiAn),
[@​PassTheMayo](https://togithub.com/PassTheMayo),
[@​andersonmiranda-com](https://togithub.com/andersonmiranda-com),
[@​bigpreshy](https://togithub.com/bigpreshy),
[@​efectn](https://togithub.com/efectn),
[@​renanbastos93](https://togithub.com/renanbastos93),
[@​scandar](https://togithub.com/scandar),
[@​sixcolors](https://togithub.com/sixcolors) and
[@​stefanb](https://togithub.com/stefanb) 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:eyJjcmVhdGVkSW5WZXIiOiIzNi42NC44IiwidXBkYXRlZEluVmVyIjoiMzYuNjQuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-28 06:24:13 +00:00
|
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
2023-03-18 22:59:06 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-06-19 15:16:03 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
fix(deps): update module github.com/gofiber/fiber/v2 to v2.49.0 (#966)
[![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 | minor | `v2.48.0` -> `v2.49.0` |
---
### Release Notes
<details>
<summary>gofiber/fiber (github.com/gofiber/fiber/v2)</summary>
### [`v2.49.0`](https://togithub.com/gofiber/fiber/releases/tag/v2.49.0)
[Compare
Source](https://togithub.com/gofiber/fiber/compare/v2.48.0...v2.49.0)
#### ❗ Breaking Changes
- Add config to enable splitting by comma in parsers
([#​2560](https://togithub.com/gofiber/fiber/issues/2560))
https://docs.gofiber.io/api/fiber#config
> EnableSplittingOnParsers splits the query/body/header parameters by
comma when it's true (default: false).
>
> For example, you can use it to parse multiple values from a query
parameter like this:
> /api?foo=bar,baz == foo\[]=bar\&foo\[]=baz
#### 🚀 New
- Add custom data property to favicon middleware config
([#​2579](https://togithub.com/gofiber/fiber/issues/2579))
https://docs.gofiber.io/api/middleware/favicon#config
> This allows the user to use //go:embed flags to load favicon data
during build-time, and supply it to the middleware instead of reading
the file every time the application starts.
#### 🧹 Updates
- Middleware/logger: Latency match gin-gonic/gin formatter
([#​2569](https://togithub.com/gofiber/fiber/issues/2569))
- Middleware/filesystem: Refactor: use `errors.Is` instead of
`os.IsNotExist`
([#​2558](https://togithub.com/gofiber/fiber/issues/2558))
- Use Global vars instead of local vars for isLocalHost
([#​2595](https://togithub.com/gofiber/fiber/issues/2595))
- Remove redundant nil check
([#​2584](https://togithub.com/gofiber/fiber/issues/2584))
- Bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15
([#​2551](https://togithub.com/gofiber/fiber/issues/2551))
- Bump github.com/google/uuid from 1.3.0 to 1.3.1
([#​2592](https://togithub.com/gofiber/fiber/issues/2592))
- Bump golang.org/x/sys from 0.10.0 to 0.11.0
([#​2563](https://togithub.com/gofiber/fiber/issues/2563))
- Add go 1.21 to ci and readmes
([#​2588](https://togithub.com/gofiber/fiber/issues/2588))
#### 🐛 Fixes
- Middleware/logger: Default latency output format
([#​2580](https://togithub.com/gofiber/fiber/issues/2580))
- Decompress request body when multi Content-Encoding sent on request
headers ([#​2555](https://togithub.com/gofiber/fiber/issues/2555))
#### 📚 Documentation
- Fix wrong JSON docs
([#​2554](https://togithub.com/gofiber/fiber/issues/2554))
- Update io/ioutil package to io package
([#​2589](https://togithub.com/gofiber/fiber/issues/2589))
- Replace EG flag with the proper and smaller SVG
([#​2585](https://togithub.com/gofiber/fiber/issues/2585))
- Added Egyptian Arabic readme file
([#​2565](https://togithub.com/gofiber/fiber/issues/2565))
- Translate README to Portuguese
([#​2567](https://togithub.com/gofiber/fiber/issues/2567))
- Improve \*fiber.Client section
([#​2553](https://togithub.com/gofiber/fiber/issues/2553))
- Improved the config section of the middleware readme´s
([#​2552](https://togithub.com/gofiber/fiber/issues/2552))
- Added documentation about ctx Fresh
([#​2549](https://togithub.com/gofiber/fiber/issues/2549))
- Update intro.md
([#​2550](https://togithub.com/gofiber/fiber/issues/2550))
- Fixed link to slim template engine
([#​2547](https://togithub.com/gofiber/fiber/issues/2547))
**Full Changelog**:
https://github.com/gofiber/fiber/compare/v2.48.0...v2.49.0
Thank you [@​Jictyvoo](https://togithub.com/Jictyvoo),
[@​Juneezee](https://togithub.com/Juneezee),
[@​Kirari04](https://togithub.com/Kirari04),
[@​LimJiAn](https://togithub.com/LimJiAn),
[@​PassTheMayo](https://togithub.com/PassTheMayo),
[@​andersonmiranda-com](https://togithub.com/andersonmiranda-com),
[@​bigpreshy](https://togithub.com/bigpreshy),
[@​efectn](https://togithub.com/efectn),
[@​renanbastos93](https://togithub.com/renanbastos93),
[@​scandar](https://togithub.com/scandar),
[@​sixcolors](https://togithub.com/sixcolors) and
[@​stefanb](https://togithub.com/stefanb) 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:eyJjcmVhdGVkSW5WZXIiOiIzNi42NC44IiwidXBkYXRlZEluVmVyIjoiMzYuNjQuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-28 06:24:13 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
2023-06-24 06:18:17 +00:00
|
|
|
github.com/mudler/go-piper v0.0.0-20230621222733-56b8a81b4760
|
2023-03-18 22:59:06 +00:00
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2023-08-24 16:58:06 +00:00
|
|
|
golang.org/x/net v0.14.0 // indirect
|
|
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
|
|
golang.org/x/text v0.12.0 // indirect
|
|
|
|
golang.org/x/tools v0.12.0 // indirect
|
2023-03-18 22:59:06 +00:00
|
|
|
)
|