From 8ddb12ccc4559104191147cd9e57de52106474ff Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 25 Mar 2016 13:45:33 -0400 Subject: [PATCH] Cleaning glide.yml --- glide.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/glide.yaml b/glide.yaml index 2c695c13..fe096e1e 100644 --- a/glide.yaml +++ b/glide.yaml @@ -1,4 +1,14 @@ package: github.com/deluan/gosonic +license: GPL-3.0 +owners: +- name: Deluan Quintao + email: gosonic@deluan.com + homepage: http://techbeats.deluan.com + +excludeDirs: +- bin +- static + import: - package: github.com/astaxie/beego version: v1.6.0 @@ -9,4 +19,7 @@ import: - package: github.com/dhowden/tag - package: github.com/nfnt/resize - package: github.com/deluan/itl -- package: github.com/deluan/gomate \ No newline at end of file +- package: github.com/deluan/gomate + +devImport: +- package: github.com/smartystreets/goconvey \ No newline at end of file