Move internal references to new source hosting
Some checks failed
/ golint (push) Failing after 3m50s
Some checks failed
/ golint (push) Failing after 3m50s
This commit is contained in:
parent
8c8e360bf6
commit
7237f5f666
239 changed files with 771 additions and 775 deletions
|
|
@ -7,15 +7,15 @@ import (
|
|||
"io"
|
||||
"net/http"
|
||||
|
||||
"github.com/Gleipnir-Technology/nidus-sync/auth"
|
||||
nhttp "github.com/Gleipnir-Technology/nidus-sync/http"
|
||||
"github.com/Gleipnir-Technology/nidus-sync/lint"
|
||||
"github.com/Gleipnir-Technology/nidus-sync/platform"
|
||||
"github.com/Gleipnir-Technology/nidus-sync/platform/file"
|
||||
"github.com/Gleipnir-Technology/nidus-sync/resource"
|
||||
"github.com/google/uuid"
|
||||
"github.com/gorilla/schema"
|
||||
"github.com/rs/zerolog/log"
|
||||
"source.gleipnir.technology/Gleipnir/nidus-sync/auth"
|
||||
nhttp "source.gleipnir.technology/Gleipnir/nidus-sync/http"
|
||||
"source.gleipnir.technology/Gleipnir/nidus-sync/lint"
|
||||
"source.gleipnir.technology/Gleipnir/nidus-sync/platform"
|
||||
"source.gleipnir.technology/Gleipnir/nidus-sync/platform/file"
|
||||
"source.gleipnir.technology/Gleipnir/nidus-sync/resource"
|
||||
)
|
||||
|
||||
type ErrorAPI struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue