fix(deps): update all deps (#65)

* fix(deps): update all deps

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
renovate[bot]
2021-04-29 22:51:46 +03:00
committed by GitHub
parent 64df099b70
commit d00792b4a8
15 changed files with 50 additions and 86 deletions

View File

@@ -22,7 +22,6 @@ type testHandler struct {
func TestTCPServer(t *testing.T) {
ctx := context.Background()
logger.DefaultLogger = logger.NewLogger(logger.WithLevel(logger.TraceLevel))
reg := register.NewRegister()
if err := reg.Init(); err != nil {
t.Fatal(err)