update micro to v3.1.1

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-01-16 02:12:21 +03:00
parent afab7aa1d6
commit 5d9350e476
10 changed files with 174 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import (
"os"
"testing"
env "github.com/unistack-org/micro-config-env"
env "github.com/unistack-org/micro-config-env/v3"
"github.com/unistack-org/micro/v3/config"
)