Adjusted imports to make it compilable again.

This commit is contained in:
Sascha L. Teichmann 2014-10-03 12:07:53 +02:00
parent 6c94927f7b
commit 8630300332
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ import (
"strconv"
"sync"
"bitbucket.org/s_l_teichmann/mtredisalize/common"
"bitbucket.org/s_l_teichmann/mtsatellite/common"
)
const (

View File

@ -17,7 +17,7 @@ import (
"strings"
"sync"
"bitbucket.org/s_l_teichmann/mtredisalize/common"
"bitbucket.org/s_l_teichmann/mtsatellite/common"
"github.com/nfnt/resize"
)

View File

@ -11,7 +11,7 @@ import (
"image/color"
"log"
"bitbucket.org/s_l_teichmann/mtredisalize/common"
"bitbucket.org/s_l_teichmann/mtsatellite/common"
)
func main() {

View File

@ -17,7 +17,7 @@ import (
"github.com/nfnt/resize"
"bitbucket.org/s_l_teichmann/mtredisalize/common"
"bitbucket.org/s_l_teichmann/mtsatellite/common"
)
type tileUpdater struct {