Moved to new namespace
the build was successful Details

This commit is contained in:
konrad 2018-03-05 12:53:12 +01:00 committed by kolaente
parent 8565772ab0
commit d553ca743b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
29 changed files with 32 additions and 32 deletions

View File

@ -1,6 +1,6 @@
workspace: workspace:
base: /srv/app base: /srv/app
path: src/git.mowie.cc/konrad/Library path: src/git.kolaente.de/konrad/Library
clone: clone:
git: git:

View File

@ -1,5 +1,5 @@
DIST := dist DIST := dist
IMPORT := git.mowie.cc/konrad/Library IMPORT := git.kolaente.de/konrad/Library
SED_INPLACE := sed -i SED_INPLACE := sed -i
@ -21,7 +21,7 @@ EXTRA_GOFLAGS ?=
LDFLAGS := -X "main.Version=$(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//')" -X "main.Tags=$(TAGS)" LDFLAGS := -X "main.Version=$(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//')" -X "main.Tags=$(TAGS)"
PACKAGES ?= $(filter-out git.mowie.cc/konrad/Library/integrations,$(shell go list ./... | grep -v /vendor/)) PACKAGES ?= $(filter-out git.kolaente.de/konrad/Library/integrations,$(shell go list ./... | grep -v /vendor/))
SOURCES ?= $(shell find . -name "*.go" -type f) SOURCES ?= $(shell find . -name "*.go" -type f)
TAGS ?= TAGS ?=

View File

@ -6,7 +6,7 @@
An application to manage your library, books and authors. An application to manage your library, books and authors.
API Docs: https://git.mowie.cc/konrad/Library/wiki/API API Docs: https://git.kolaente.de/konrad/Library/wiki/API
Download the latest release: https://storage.kolaente.de/minio/library-release/ Download the latest release: https://storage.kolaente.de/minio/library-release/
(`master` is up-to-date with the master branch and can contain bugs, if you want a stable version, choose a version from the list) (`master` is up-to-date with the master branch and can contain bugs, if you want a stable version, choose a version from the list)

View File

@ -1,8 +1,8 @@
package main package main
import ( import (
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"git.mowie.cc/konrad/Library/routes" "git.kolaente.de/konrad/Library/routes"
"context" "context"
"fmt" "fmt"

View File

@ -1,7 +1,7 @@
package v1 package v1
import ( import (
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -1,7 +1,7 @@
package v1 package v1
import ( import (
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -2,7 +2,7 @@ package v1
import ( import (
"encoding/json" "encoding/json"
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -1,7 +1,7 @@
package v1 package v1
import ( import (
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
) )

View File

@ -1,7 +1,7 @@
package v1 package v1
import ( import (
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -1,7 +1,7 @@
package v1 package v1
import ( import (
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -2,7 +2,7 @@ package v1
import ( import (
"encoding/json" "encoding/json"
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -5,7 +5,7 @@ import (
"net/http" "net/http"
"fmt" "fmt"
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
) )
// BookList is the handler to list books // BookList is the handler to list books

View File

@ -2,7 +2,7 @@ package v1
import ( import (
"encoding/json" "encoding/json"
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -1,7 +1,7 @@
package v1 package v1
import ( import (
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -1,7 +1,7 @@
package v1 package v1
import ( import (
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
) )

View File

@ -1,7 +1,7 @@
package v1 package v1
import ( import (
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -2,7 +2,7 @@ package v1
import ( import (
"encoding/json" "encoding/json"
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -1,7 +1,7 @@
package v1 package v1
import ( import (
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -1,7 +1,7 @@
package v1 package v1
import ( import (
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
) )

View File

@ -1,7 +1,7 @@
package v1 package v1
import ( import (
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -1,7 +1,7 @@
package v1 package v1
import ( import (
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -2,7 +2,7 @@ package v1
import ( import (
"fmt" "fmt"
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/dgrijalva/jwt-go" "github.com/dgrijalva/jwt-go"
"github.com/labstack/echo" "github.com/labstack/echo"
) )

View File

@ -2,7 +2,7 @@ package v1
import ( import (
"encoding/json" "encoding/json"
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -1,7 +1,7 @@
package v1 package v1
import ( import (
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -1,7 +1,7 @@
package v1 package v1
import ( import (
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"
"strconv" "strconv"

View File

@ -4,7 +4,7 @@ import (
"net/http" "net/http"
"strconv" "strconv"
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
) )

View File

@ -3,7 +3,7 @@ package v1
import ( import (
"net/http" "net/http"
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo" "github.com/labstack/echo"
) )

View File

@ -3,7 +3,7 @@ package routes
import ( import (
"crypto/md5" "crypto/md5"
"encoding/hex" "encoding/hex"
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/dgrijalva/jwt-go" "github.com/dgrijalva/jwt-go"
"github.com/labstack/echo" "github.com/labstack/echo"
"net/http" "net/http"

View File

@ -4,8 +4,8 @@ import (
"github.com/labstack/echo" "github.com/labstack/echo"
"github.com/labstack/echo/middleware" "github.com/labstack/echo/middleware"
"git.mowie.cc/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
apiv1 "git.mowie.cc/konrad/Library/routes/api/v1" apiv1 "git.kolaente.de/konrad/Library/routes/api/v1"
) )
// NewEcho registers a new Echo instance // NewEcho registers a new Echo instance