Updated import paths to new townsourced organization
This commit is contained in:
parent
7f94b454a7
commit
6d74144a3b
2
cycle.go
2
cycle.go
@ -15,7 +15,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.townsourced.com/ironsmith/datastore"
|
"git.townsourced.com/townsourced/ironsmith/datastore"
|
||||||
)
|
)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
2
error.go
2
error.go
@ -11,7 +11,7 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"git.townsourced.com/ironsmith/datastore"
|
"git.townsourced.com/townsourced/ironsmith/datastore"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
2
main.go
2
main.go
@ -11,7 +11,7 @@ import (
|
|||||||
"os/signal"
|
"os/signal"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
|
||||||
"git.townsourced.com/config"
|
"git.townsourced.com/townsourced/config"
|
||||||
)
|
)
|
||||||
|
|
||||||
//settings
|
//settings
|
||||||
|
@ -15,7 +15,7 @@ import (
|
|||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.townsourced.com/ironsmith/datastore"
|
"git.townsourced.com/townsourced/ironsmith/datastore"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
@ -11,7 +11,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.townsourced.com/ironsmith/datastore"
|
"git.townsourced.com/townsourced/ironsmith/datastore"
|
||||||
)
|
)
|
||||||
|
|
||||||
// /path/<project-id>/<version>/<stage>
|
// /path/<project-id>/<version>/<stage>
|
||||||
|
Loading…
Reference in New Issue
Block a user