You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by gi...@apache.org on 2022/04/16 07:09:57 UTC

[dubbo-go] branch dependabot/go_modules/3.0/github.com/dubbogo/gost-1.12.2 updated (3220c0430 -> b12bbb176)

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

github-bot pushed a change to branch dependabot/go_modules/3.0/github.com/dubbogo/gost-1.12.2
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


 discard 3220c0430 build(deps): bump github.com/dubbogo/gost from 1.11.25 to 1.12.2
     add e02df1e12 build(deps): bump github.com/knadh/koanf from 1.4.0 to 1.4.1 (#1825)
     add d7815d19a build(deps): bump github.com/google/go-cmp from 0.5.6 to 0.5.7 (#1824)
     add 1945966a2 build(deps): bump github.com/envoyproxy/go-control-plane (#1823)
     add 4dcebce40 fix host (#1821)
     add d6eb3a45b build(deps): bump actions/setup-go from 2 to 3 (#1822)
     add 65d3f387b Set permissions for GitHub actions (#1817)
     add 605764ef9 Fix: decode net stream bytes as getty rule (#1820)
     add 553c836c5 fix: remove HEADER_LENGTH in decode because of discard (#1831)
     add b12bbb176 build(deps): bump github.com/dubbogo/gost from 1.11.25 to 1.12.2

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   (3220c0430)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/3.0/github.com/dubbogo/gost-1.12.2 (b12bbb176)

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/codeql-analysis.yml  |  7 +++++
 .github/workflows/github-actions.yml   |  5 +++-
 .github/workflows/golangci-lint.yml    |  8 +++++-
 go.mod                                 |  6 ++---
 go.sum                                 | 24 +++++------------
 protocol/dubbo/dubbo_codec.go          | 49 ++++++++++++++++++++++------------
 protocol/dubbo/impl/codec.go           |  3 +++
 protocol/dubbo/impl/const.go           |  2 ++
 registry/base_registry.go              |  2 +-
 remoting/codec.go                      |  2 +-
 remoting/getty/dubbo_codec_for_test.go | 10 +++----
 remoting/getty/listener.go             |  8 +++---
 remoting/getty/readwriter.go           | 37 +++++++++++--------------
 remoting/getty/readwriter_test.go      |  4 +--
 14 files changed, 93 insertions(+), 74 deletions(-)