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"
|
||||
"time"
|
||||
|
||||
"git.townsourced.com/ironsmith/datastore"
|
||||
"git.townsourced.com/townsourced/ironsmith/datastore"
|
||||
)
|
||||
|
||||
/*
|
||||
|
2
error.go
2
error.go
@ -11,7 +11,7 @@ import (
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"git.townsourced.com/ironsmith/datastore"
|
||||
"git.townsourced.com/townsourced/ironsmith/datastore"
|
||||
)
|
||||
|
||||
const (
|
||||
|
2
main.go
2
main.go
@ -11,7 +11,7 @@ import (
|
||||
"os/signal"
|
||||
"path/filepath"
|
||||
|
||||
"git.townsourced.com/config"
|
||||
"git.townsourced.com/townsourced/config"
|
||||
)
|
||||
|
||||
//settings
|
||||
|
@ -15,7 +15,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"git.townsourced.com/ironsmith/datastore"
|
||||
"git.townsourced.com/townsourced/ironsmith/datastore"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -11,7 +11,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"git.townsourced.com/ironsmith/datastore"
|
||||
"git.townsourced.com/townsourced/ironsmith/datastore"
|
||||
)
|
||||
|
||||
// /path/<project-id>/<version>/<stage>
|
||||
|
Loading…
Reference in New Issue
Block a user