You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by gi...@apache.org on 2022/12/22 01:41:39 UTC

[apisix-dashboard] branch dependabot/go_modules/api/github.com/tidwall/gjson-1.9.3 updated (659e36b5f -> 556b3dade)

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

github-bot pushed a change to branch dependabot/go_modules/api/github.com/tidwall/gjson-1.9.3
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


 discard 659e36b5f chore(deps): bump github.com/tidwall/gjson from 1.6.7 to 1.9.3 in /api
     add 8d6d1c7b3 fix: remove cases external service dependency (#2697)
     add 38557d3b2 feat: change etcd prefix for ssl and proto (#2693)
     add 556b3dade chore(deps): bump github.com/tidwall/gjson from 1.6.7 to 1.9.3 in /api

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (659e36b5f)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/api/github.com/tidwall/gjson-1.9.3 (556b3dade)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/backend-e2e-test.yml |   5 -
 api/go.mod                             |   8 +-
 api/go.sum                             |  20 ++--
 api/internal/core/store/storehub.go    |   4 +-
 api/test/docker/apisix_config.yaml     |  22 ++--
 api/test/docker/apisix_config2.yaml    |  22 ++--
 api/test/docker/docker-compose.yaml    |  14 ++-
 api/test/e2e/base/base.go              |   1 +
 api/test/e2e/go.mod                    |  18 ++-
 api/test/e2e/go.sum                    | 101 +++++++++++------
 api/test/e2e/upstream/upstream_test.go | 197 +++++++++++++++------------------
 11 files changed, 214 insertions(+), 198 deletions(-)