mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-19 20:57:54 +00:00
fix(deps): update module github.com/onsi/gomega to v1.28.0 (#1113)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/onsi/gomega](https://togithub.com/onsi/gomega) | require | minor | `v1.27.10` -> `v1.28.0` | --- ### Release Notes <details> <summary>onsi/gomega (github.com/onsi/gomega)</summary> ### [`v1.28.0`](https://togithub.com/onsi/gomega/releases/tag/v1.28.0) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.10...v1.28.0) #### 1.28.0 ##### Features - Add VerifyHost handler to ghttp ([#​698](https://togithub.com/onsi/gomega/issues/698)) \[[`0b03b36`](https://togithub.com/onsi/gomega/commit/0b03b36)] ##### Fixes - Read Body for Newer Responses in HaveHTTPBodyMatcher ([#​686](https://togithub.com/onsi/gomega/issues/686)) \[[`18d6673`](https://togithub.com/onsi/gomega/commit/18d6673)] ##### Maintenance - Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 ([#​693](https://togithub.com/onsi/gomega/issues/693)) \[[`55a33f3`](https://togithub.com/onsi/gomega/commit/55a33f3)] - Typo in matchers.go ([#​691](https://togithub.com/onsi/gomega/issues/691)) \[[`de68e8f`](https://togithub.com/onsi/gomega/commit/de68e8f)] - Bump commonmarker from 0.23.9 to 0.23.10 in /docs ([#​690](https://togithub.com/onsi/gomega/issues/690)) \[[`ab17f5e`](https://togithub.com/onsi/gomega/commit/ab17f5e)] - chore: update test matrix for Go 1.21 ([#​689](https://togithub.com/onsi/gomega/issues/689)) \[[`5069017`](https://togithub.com/onsi/gomega/commit/5069017)] - Bump golang.org/x/net from 0.12.0 to 0.14.0 ([#​688](https://togithub.com/onsi/gomega/issues/688)) \[[`babe25f`](https://togithub.com/onsi/gomega/commit/babe25f)] </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
55e38fea0e
commit
d0fa1f8e94
2
go.mod
2
go.mod
@ -22,7 +22,7 @@ require (
|
||||
github.com/mudler/go-stable-diffusion v0.0.0-20230605122230-d89260f598af
|
||||
github.com/nomic-ai/gpt4all/gpt4all-bindings/golang v0.0.0-20230916184256-e86c63750de2
|
||||
github.com/onsi/ginkgo/v2 v2.12.1
|
||||
github.com/onsi/gomega v1.27.10
|
||||
github.com/onsi/gomega v1.28.0
|
||||
github.com/otiai10/openaigo v1.6.0
|
||||
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
|
||||
github.com/rs/zerolog v1.30.0
|
||||
|
2
go.sum
2
go.sum
@ -141,6 +141,8 @@ github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1y
|
||||
github.com/onsi/gomega v1.16.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY=
|
||||
github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
|
||||
github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M=
|
||||
github.com/onsi/gomega v1.28.0 h1:i2rg/p9n/UqIDAMFUJ6qIUUMcsqOuUHgbpbu235Vr1c=
|
||||
github.com/onsi/gomega v1.28.0/go.mod h1:A1H2JE76sI14WIP57LMKj7FVfCHx3g3BcZVjJG8bjX8=
|
||||
github.com/otiai10/mint v1.6.1 h1:kgbTJmOpp/0ce7hk3H8jiSuR0MXmpwWRfqUdKww17qg=
|
||||
github.com/otiai10/mint v1.6.1/go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM=
|
||||
github.com/otiai10/openaigo v1.6.0 h1:YTQEbtDSvawETOB/Kmb/6JvuHdHH/eIpSQfHVufiwY8=
|
||||
|
Loading…
Reference in New Issue
Block a user