From 6d74144a3b33651d64a27f97d546fb31f4bee375 Mon Sep 17 00:00:00 2001 From: Tim Shannon Date: Tue, 19 Apr 2016 19:52:55 +0000 Subject: [PATCH] Updated import paths to new townsourced organization --- cycle.go | 2 +- error.go | 2 +- main.go | 2 +- project.go | 2 +- webProject.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cycle.go b/cycle.go index 129d579..0fc3aac 100644 --- a/cycle.go +++ b/cycle.go @@ -15,7 +15,7 @@ import ( "strings" "time" - "git.townsourced.com/ironsmith/datastore" + "git.townsourced.com/townsourced/ironsmith/datastore" ) /* diff --git a/error.go b/error.go index c41b55f..9c08cb8 100644 --- a/error.go +++ b/error.go @@ -11,7 +11,7 @@ import ( "log" "net/http" - "git.townsourced.com/ironsmith/datastore" + "git.townsourced.com/townsourced/ironsmith/datastore" ) const ( diff --git a/main.go b/main.go index 36c46d1..c7a0d64 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "os/signal" "path/filepath" - "git.townsourced.com/config" + "git.townsourced.com/townsourced/config" ) //settings diff --git a/project.go b/project.go index e456bf4..e3a7596 100644 --- a/project.go +++ b/project.go @@ -15,7 +15,7 @@ import ( "sync" "time" - "git.townsourced.com/ironsmith/datastore" + "git.townsourced.com/townsourced/ironsmith/datastore" ) const ( diff --git a/webProject.go b/webProject.go index 736eba5..c936345 100644 --- a/webProject.go +++ b/webProject.go @@ -11,7 +11,7 @@ import ( "strings" "time" - "git.townsourced.com/ironsmith/datastore" + "git.townsourced.com/townsourced/ironsmith/datastore" ) // /path///