Move git into local/source

This commit is contained in:
Asim Aslam 2020-08-23 21:23:07 +01:00
parent 7bdd619e1b
commit d28f0670d6
3 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import (
"github.com/hpcloud/tail" "github.com/hpcloud/tail"
"github.com/micro/go-micro/v3/logger" "github.com/micro/go-micro/v3/logger"
"github.com/micro/go-micro/v3/runtime" "github.com/micro/go-micro/v3/runtime"
"github.com/micro/go-micro/v3/runtime/local/git" "github.com/micro/go-micro/v3/runtime/local/source/git"
) )
// defaultNamespace to use if not provided as an option // defaultNamespace to use if not provided as an option