pump version to v5.7.2

This commit is contained in:
smallnest
2020-08-06 17:25:11 +08:00
parent 75f1e2894f
commit 2b2d19376a
49 changed files with 83 additions and 83 deletions

View File

@@ -4,8 +4,8 @@ import (
"context"
"net"
"github.com/smallnest/rpcx/errors"
"github.com/smallnest/rpcx/protocol"
"github.com/smallnest/rpcx/v5/errors"
"github.com/smallnest/rpcx/v5/protocol"
)
//PluginContainer represents a plugin container that defines all methods to manage plugins.