This is an automated email from the ASF dual-hosted git repository.

zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 3db5dc20 chore(deps): bump github.com/onsi/ginkgo/v2 in /test/e2e 
(#1632)
3db5dc20 is described below

commit 3db5dc2023f16d4e8b6bfd1f171f54611f6868c2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 3 17:06:24 2023 +0800

    chore(deps): bump github.com/onsi/ginkgo/v2 in /test/e2e (#1632)
    
    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 
2.7.1 to 2.8.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/onsi/ginkgo/compare/v2.7.1...v2.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 test/e2e/go.mod | 2 +-
 test/e2e/go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/e2e/go.mod b/test/e2e/go.mod
index 56ae394a..e14bb44a 100644
--- a/test/e2e/go.mod
+++ b/test/e2e/go.mod
@@ -9,7 +9,7 @@ require (
        github.com/gavv/httpexpect/v2 v2.10.0
        github.com/gorilla/websocket v1.5.0
        github.com/gruntwork-io/terratest v0.40.22
-       github.com/onsi/ginkgo/v2 v2.7.1
+       github.com/onsi/ginkgo/v2 v2.8.0
        github.com/stretchr/testify v1.8.1
        go.uber.org/zap v1.24.0
        k8s.io/api v0.26.1
diff --git a/test/e2e/go.sum b/test/e2e/go.sum
index bfd0d275..6a650073 100644
--- a/test/e2e/go.sum
+++ b/test/e2e/go.sum
@@ -330,8 +330,8 @@ github.com/onsi/ginkgo v1.10.1/go.mod 
h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+
 github.com/onsi/ginkgo v1.12.1/go.mod 
h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk=
 github.com/onsi/ginkgo v1.16.4 h1:29JGrr5oVBm5ulCWet69zQkzWipVXIol6ygQUe/EzNc=
 github.com/onsi/ginkgo v1.16.4/go.mod 
h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0=
-github.com/onsi/ginkgo/v2 v2.7.1 
h1:YgLPk+gpqDtAPeRCWEmfO8oxE6ru3xcVSXAM7wn8w9I=
-github.com/onsi/ginkgo/v2 v2.7.1/go.mod 
h1:6JsQiECmxCa3V5st74AL/AmsV482EDdVrGaVW6z3oYU=
+github.com/onsi/ginkgo/v2 v2.8.0 
h1:pAM+oBNPrpXRs+E/8spkeGx9QgekbRVyr74EUvRVOUI=
+github.com/onsi/ginkgo/v2 v2.8.0/go.mod 
h1:6JsQiECmxCa3V5st74AL/AmsV482EDdVrGaVW6z3oYU=
 github.com/onsi/gomega v1.7.0/go.mod 
h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
 github.com/onsi/gomega v1.7.1/go.mod 
h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
 github.com/onsi/gomega v1.10.1/go.mod 
h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=

Reply via email to