Change Go import paths for alice-lg github org

This commit is contained in:
Benedikt Rudolph 2018-07-20 14:51:40 +02:00
parent a171284a9b
commit 821a4f869a
7 changed files with 9 additions and 9 deletions

View File

@ -10,8 +10,8 @@ import (
"strings"
"github.com/ecix/birdwatcher/bird"
"github.com/ecix/birdwatcher/endpoints"
"github.com/alice-lg/birdwatcher/bird"
"github.com/alice-lg/birdwatcher/endpoints"
"github.com/gorilla/handlers"
"github.com/julienschmidt/httprouter"

View File

@ -10,8 +10,8 @@ import (
"github.com/BurntSushi/toml"
"github.com/imdario/mergo"
"github.com/ecix/birdwatcher/bird"
"github.com/ecix/birdwatcher/endpoints"
"github.com/alice-lg/birdwatcher/bird"
"github.com/alice-lg/birdwatcher/endpoints"
)
type Config struct {

View File

@ -10,7 +10,7 @@ import (
"encoding/json"
"net/http"
"github.com/ecix/birdwatcher/bird"
"github.com/alice-lg/birdwatcher/bird"
"github.com/julienschmidt/httprouter"
)

View File

@ -3,7 +3,7 @@ package endpoints
import (
"net/http"
"github.com/ecix/birdwatcher/bird"
"github.com/alice-lg/birdwatcher/bird"
"github.com/julienschmidt/httprouter"
)

View File

@ -4,7 +4,7 @@ import (
"fmt"
"net/http"
"github.com/ecix/birdwatcher/bird"
"github.com/alice-lg/birdwatcher/bird"
"github.com/julienschmidt/httprouter"
)

View File

@ -3,7 +3,7 @@ package endpoints
import (
"net/http"
"github.com/ecix/birdwatcher/bird"
"github.com/alice-lg/birdwatcher/bird"
"github.com/julienschmidt/httprouter"
)

View File

@ -3,7 +3,7 @@ package endpoints
import (
"net/http"
"github.com/ecix/birdwatcher/bird"
"github.com/alice-lg/birdwatcher/bird"
"github.com/julienschmidt/httprouter"
)