initial implementation of IP allocator, only using memory storage
diff --git a/ip-allocator/Godeps/Godeps.json b/ip-allocator/Godeps/Godeps.json
new file mode 100644
index 0000000..8929877
--- /dev/null
+++ b/ip-allocator/Godeps/Godeps.json
@@ -0,0 +1,25 @@
+{
+	"ImportPath": "_/Users/dbainbri/src/maas/ip-allocator",
+	"GoVersion": "go1.6",
+	"Packages": [
+		"github.com/kelseyhightower/envconfig",
+		"github.com/gorilla/mux"
+	],
+	"Deps": [
+		{
+			"ImportPath": "github.com/gorilla/context",
+			"Comment": "v1.1-4-gaed02d1",
+			"Rev": "aed02d124ae4a0e94fea4541c8effd05bf0c8296"
+		},
+		{
+			"ImportPath": "github.com/gorilla/mux",
+			"Comment": "v1.1-9-gbd09be0",
+			"Rev": "bd09be08ed4377796d312df0a45314e11b8f5dc1"
+		},
+		{
+			"ImportPath": "github.com/kelseyhightower/envconfig",
+			"Comment": "1.1.0-17-g91921eb",
+			"Rev": "91921eb4cf999321cdbeebdba5a03555800d493b"
+		}
+	]
+}