1
0
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:
Máximo Cuadros
2020-05-29 13:32:11 +02:00
committed by GitHub
parent 8660370dc9
commit 0d88650511
5 changed files with 41 additions and 116 deletions

View File

@@ -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"