From 8dd4be1d5270ce4ac67b6368080ea827761a5a16 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 14 Jul 2020 21:27:09 +0100 Subject: [PATCH] replace config/cmd with cmd --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.go b/http.go index 815673d..0157702 100644 --- a/http.go +++ b/http.go @@ -19,7 +19,7 @@ import ( "github.com/micro/go-micro/v2/client/selector" "github.com/micro/go-micro/v2/codec" raw "github.com/micro/go-micro/v2/codec/bytes" - "github.com/micro/go-micro/v2/config/cmd" + "github.com/micro/go-micro/v2/cmd" errors "github.com/micro/go-micro/v2/errors" "github.com/micro/go-micro/v2/metadata" "github.com/micro/go-micro/v2/registry"