mirror of
https://github.com/go-micro/go-micro.git
synced 2025-09-16 08:36:30 +02:00
go modules cleanup and remove wrong self import to v1 (#1658)
* Runtime local git, simply go-git code * go modules cleanup and remove wrong self import to v1 * pin mergo v0.3.8 to avoid panics Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> Co-authored-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"path/filepath"
|
||||
"sync"
|
||||
|
||||
"github.com/micro/go-micro/errors"
|
||||
"github.com/micro/go-micro/v2/errors"
|
||||
"github.com/micro/go-micro/v2/logger"
|
||||
"github.com/micro/go-micro/v2/server"
|
||||
proto "github.com/micro/go-micro/v2/util/file/proto"
|
||||
|
Reference in New Issue
Block a user