From 88911744b5c1101bfca9ab439a3013cf4e0d4f1d Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 23 Jan 2019 15:31:48 +0000 Subject: [PATCH] fix failing build --- http.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http.go b/http.go index 2705c13..9040f09 100644 --- a/http.go +++ b/http.go @@ -13,10 +13,10 @@ import ( "github.com/micro/go-micro/broker" "github.com/micro/go-micro/cmd" "github.com/micro/go-micro/codec" + "github.com/micro/go-micro/codec/jsonrpc" + "github.com/micro/go-micro/codec/protorpc" "github.com/micro/go-micro/registry" "github.com/micro/go-micro/server" - "github.com/micro/go-plugins/codec/jsonrpc" - "github.com/micro/go-plugins/codec/protorpc" ) var (