From d3542c48e4b3b30742d3f3a4b7da2f411030ceb4 Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 25 Feb 2016 10:27:20 -0500 Subject: [PATCH] Updating dependencies on .gopmfile --- .gitignore | 3 ++- .gopmfile | 4 +++- controllers/search.go | 1 + controllers/sync.go | 1 + 4 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 controllers/search.go create mode 100644 controllers/sync.go diff --git a/.gitignore b/.gitignore index d14bfde8f..dabd95752 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ commentsRouter_*.go lastupdate.tmp gosonic -iTunes Music Library.xml \ No newline at end of file +iTunes Music Library.xml +gosonic.index \ No newline at end of file diff --git a/.gopmfile b/.gopmfile index 7660221fa..3a807fd0c 100644 --- a/.gopmfile +++ b/.gopmfile @@ -3,6 +3,8 @@ path = github.com/deluan/gosonic [deps] github.com/astaxie/beego = tag:v1.6.0 +github.com/blevesearch/bleve = commit:a5bb81e +github.com/dhowden/itl = commit:35d15a3 [res] -include = conf +include = conf \ No newline at end of file diff --git a/controllers/search.go b/controllers/search.go new file mode 100644 index 000000000..2d3293679 --- /dev/null +++ b/controllers/search.go @@ -0,0 +1 @@ +package controllers diff --git a/controllers/sync.go b/controllers/sync.go new file mode 100644 index 000000000..2d3293679 --- /dev/null +++ b/controllers/sync.go @@ -0,0 +1 @@ +package controllers