Add glide dependency file
diff --git a/glide.yaml b/glide.yaml
new file mode 100644
index 0000000..7aef8c0
--- /dev/null
+++ b/glide.yaml
@@ -0,0 +1,12 @@
+package: github.com/xeipuuv/gojsonschema
+license: Apache 2.0
+import:
+- package: github.com/xeipuuv/gojsonschema
+
+- package: github.com/xeipuuv/gojsonpointer
+
+- package: github.com/xeipuuv/gojsonreference
+
+- package: github.com/stretchr/testify/assert
+  version: ^1.1.3
+