Go fmt and update go mod

This commit is contained in:
Asim Aslam
2019-06-27 09:49:39 +01:00
committed by Vasiliy Tolstov
parent be4e0bddee
commit 1caae543af
2 changed files with 3 additions and 3 deletions

View File

@@ -12,9 +12,9 @@ import (
"testing"
"github.com/micro/go-micro/client"
"github.com/micro/go-micro/client/selector"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/registry/memory"
"github.com/micro/go-micro/client/selector"
"github.com/micro/go-plugins/client/http/test"
)