update deps
Some checks failed
build / test (push) Failing after 1m36s
codeql / analyze (go) (push) Failing after 2m9s
build / lint (push) Successful in 9m46s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-03-06 17:26:17 +03:00
parent b7d4e2e11e
commit d4707d7b1d
3 changed files with 12 additions and 19 deletions

4
env.go
View File

@@ -1,4 +1,4 @@
package env // import "go.unistack.org/micro-config-env/v3"
package env
import (
"context"
@@ -8,7 +8,7 @@ import (
"strconv"
"strings"
"github.com/imdario/mergo"
"dario.cat/mergo"
"go.unistack.org/micro/v3/config"
rutil "go.unistack.org/micro/v3/util/reflect"
)