SEBA-902 mock testing of redfish importer;
Remove hardcoded addresses and replace with config file / cmdline;
Support hostnames in importer as alternative to ip addresses;
Treat response 204 as success

Change-Id: I17e8e585e388c501c02867ce952bbe1fa9b09668
diff --git a/go.mod b/go.mod
index ec4b244..218ddb6 100644
--- a/go.mod
+++ b/go.mod
@@ -3,11 +3,13 @@
 go 1.12
 
 require (
-	github.com/Shopify/sarama v1.25.0
-	github.com/golang/protobuf v1.3.2
-	github.com/grpc-ecosystem/grpc-gateway v1.12.2
-	github.com/klauspost/cpuid v1.2.1 // indirect
-	github.com/sirupsen/logrus v1.4.2
-	golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914
-	google.golang.org/grpc v1.27.0
+	github.com/Shopify/sarama v1.26.1
+	github.com/golang/protobuf v1.3.5
+	github.com/grpc-ecosystem/grpc-gateway v1.14.3 // indirect
+	github.com/jessevdk/go-flags v1.4.0
+	github.com/sirupsen/logrus v1.5.0
+	github.com/stretchr/objx v0.1.1 // indirect
+	golang.org/x/net v0.0.0-20200202094626-16171245cfb2
+	google.golang.org/grpc v1.28.1
+	gopkg.in/yaml.v2 v2.2.8
 )