fix urls
This commit is contained in:
parent
17bb653939
commit
7332fd6fad
24 changed files with 45 additions and 45 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/genudine/saerro-go/util/testutil"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/util/testutil"
|
||||
)
|
||||
|
||||
func mkEnv(t *testing.T) (context.Context, *sql.DB) {
|
||||
|
|
|
@ -6,8 +6,8 @@ import (
|
|||
"log"
|
||||
"time"
|
||||
|
||||
"github.com/genudine/saerro-go/types"
|
||||
"github.com/genudine/saerro-go/util"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/types"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/util"
|
||||
|
||||
"github.com/avast/retry-go"
|
||||
)
|
||||
|
|
|
@ -4,8 +4,8 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/genudine/saerro-go/store"
|
||||
"github.com/genudine/saerro-go/types"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/store"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/types"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"context"
|
||||
"database/sql"
|
||||
|
||||
"github.com/genudine/saerro-go/types"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/types"
|
||||
"github.com/stretchr/testify/mock"
|
||||
)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"context"
|
||||
"database/sql"
|
||||
|
||||
"github.com/genudine/saerro-go/types"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/types"
|
||||
"github.com/stretchr/testify/mock"
|
||||
)
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ import (
|
|||
"log"
|
||||
"time"
|
||||
|
||||
"github.com/genudine/saerro-go/types"
|
||||
"github.com/genudine/saerro-go/util"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/types"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/util"
|
||||
|
||||
"github.com/avast/retry-go"
|
||||
)
|
||||
|
|
|
@ -4,8 +4,8 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/genudine/saerro-go/store"
|
||||
"github.com/genudine/saerro-go/types"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/store"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/types"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue