Move internal references to new source hosting
Some checks failed
/ golint (push) Failing after 3m50s

This commit is contained in:
Eli Ribble 2026-05-19 15:33:57 +00:00
parent 8c8e360bf6
commit 7237f5f666
No known key found for this signature in database
239 changed files with 771 additions and 775 deletions

View file

@ -6,9 +6,9 @@ import (
"net/http"
"os"
"github.com/Gleipnir-Technology/nidus-sync/config"
"github.com/Gleipnir-Technology/nidus-sync/lint"
"github.com/google/uuid"
"source.gleipnir.technology/Gleipnir/nidus-sync/config"
"source.gleipnir.technology/Gleipnir/nidus-sync/lint"
//"github.com/rs/zerolog/log"
)

View file

@ -6,9 +6,9 @@ import (
"net/http"
"os"
"github.com/Gleipnir-Technology/nidus-sync/lint"
"github.com/google/uuid"
"github.com/rs/zerolog/log"
"source.gleipnir.technology/Gleipnir/nidus-sync/lint"
)
func ImageFileFromReader(collection Collection, uid uuid.UUID, body io.Reader) error {

View file

@ -5,8 +5,8 @@ import (
"io"
"os"
"github.com/Gleipnir-Technology/nidus-sync/lint"
"github.com/rs/zerolog/log"
"source.gleipnir.technology/Gleipnir/nidus-sync/lint"
)
func MailerFromReader(public_id string, body io.Reader) error {

View file

@ -7,9 +7,9 @@ import (
"mime/multipart"
"net/http"
"github.com/Gleipnir-Technology/nidus-sync/lint"
"github.com/google/uuid"
"github.com/rs/zerolog/log"
"source.gleipnir.technology/Gleipnir/nidus-sync/lint"
)
type Upload struct {

View file

@ -6,10 +6,10 @@ import (
//"net/http"
"os"
"github.com/Gleipnir-Technology/nidus-sync/config"
"github.com/Gleipnir-Technology/nidus-sync/lint"
"github.com/google/uuid"
"github.com/rs/zerolog/log"
"source.gleipnir.technology/Gleipnir/nidus-sync/config"
"source.gleipnir.technology/Gleipnir/nidus-sync/lint"
)
func CreateDirectories() error {