Remove gopath from builds as go mod
does not require them.
Issue-ID: MULTICLOUD-666
Change-Id: I3fa4057fb4d40c7f509a52fb82beceddc8f3e090
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
-GOPATH := $(shell realpath "$(PWD)/../../")
-
-export GOPATH ...
 export GO111MODULE=on
 
 .PHONY: plugins
 
 ##############################################################################
 
 PWD := $(shell pwd)
-GOPATH := $(shell realpath "$(PWD)/../../")
 PLATFORM := linux
 BINARY := monitor
 
-export GOPATH ...
 export GO111MODULE=on
 
 all: test build