From 3c3b6cfd2186cafd26a2156b3be9db03c622dae4 Mon Sep 17 00:00:00 2001
From: Jimmy Zelinskie <jimmyzelinskie@gmail.com>
Date: Wed, 22 Oct 2014 18:45:41 -0400
Subject: [PATCH] Vendor dependencies with Godep. Fixes #35.

---
 Godeps/Godeps.json           | 39 ++++++++++++++++++++++++++++++++++++
 Godeps/Readme                |  5 +++++
 Godeps/_workspace/.gitignore |  2 ++
 3 files changed, 46 insertions(+)
 create mode 100644 Godeps/Godeps.json
 create mode 100644 Godeps/Readme
 create mode 100644 Godeps/_workspace/.gitignore

diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
new file mode 100644
index 0000000..4fd8a8c
--- /dev/null
+++ b/Godeps/Godeps.json
@@ -0,0 +1,39 @@
+{
+	"ImportPath": "github.com/chihaya/chihaya",
+	"GoVersion": "go1.3.3",
+	"Deps": [
+		{
+			"ImportPath": "code.google.com/p/go.net/netutil",
+			"Comment": "null-164",
+			"Rev": "6122c8c304675f19800c917359e02dd68e760a5b"
+		},
+		{
+			"ImportPath": "github.com/chihaya/bencode",
+			"Rev": "1df51811f3440202aa39df93596654319ea5ff57"
+		},
+		{
+			"ImportPath": "github.com/golang/glog",
+			"Rev": "d1c4472bf2efd3826f2b5bdcc02d8416798d678c"
+		},
+		{
+			"ImportPath": "github.com/julienschmidt/httprouter",
+			"Rev": "46807412fe50aaceb73bb57061c2230fd26a1640"
+		},
+		{
+			"ImportPath": "github.com/pushrax/faststats",
+			"Rev": "4c069408629f728eb3fe856f0966508492393a90"
+		},
+		{
+			"ImportPath": "github.com/pushrax/flatjson",
+			"Rev": "cce9ff039f0bec46d67ed9ab4ce846b8355c94bb"
+		},
+		{
+			"ImportPath": "github.com/stretchr/graceful",
+			"Rev": "0b67b304c1354aa3d1b2c4353a630ee0f589c34f"
+		},
+		{
+			"ImportPath": "github.com/stretchr/pat/stop",
+			"Rev": "f7fe051f2b9bcaca162b38de4f93c9a8457160b9"
+		}
+	]
+}
diff --git a/Godeps/Readme b/Godeps/Readme
new file mode 100644
index 0000000..4cdaa53
--- /dev/null
+++ b/Godeps/Readme
@@ -0,0 +1,5 @@
+This directory tree is generated automatically by godep.
+
+Please do not edit.
+
+See https://github.com/tools/godep for more information.
diff --git a/Godeps/_workspace/.gitignore b/Godeps/_workspace/.gitignore
new file mode 100644
index 0000000..f037d68
--- /dev/null
+++ b/Godeps/_workspace/.gitignore
@@ -0,0 +1,2 @@
+/pkg
+/bin