fix(be): dredd test

This commit is contained in:
Denis Gukov 2024-09-28 00:48:44 +05:00
parent d198963ec8
commit 1d95868b2c
2 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ import (
"strconv"
"strings"
"github.com/ansible-semaphore/semaphore/db"
"github.com/semaphoreui/semaphore/db"
trans "github.com/snikch/goodman/transaction"
)

View File

@ -6,13 +6,13 @@ import (
"os"
"time"
"github.com/ansible-semaphore/semaphore/db"
"github.com/ansible-semaphore/semaphore/db/bolt"
"github.com/ansible-semaphore/semaphore/db/factory"
"github.com/ansible-semaphore/semaphore/db/sql"
"github.com/ansible-semaphore/semaphore/pkg/random"
"github.com/ansible-semaphore/semaphore/util"
"github.com/go-gorp/gorp/v3"
"github.com/semaphoreui/semaphore/db"
"github.com/semaphoreui/semaphore/db/bolt"
"github.com/semaphoreui/semaphore/db/factory"
"github.com/semaphoreui/semaphore/db/sql"
"github.com/semaphoreui/semaphore/pkg/random"
"github.com/semaphoreui/semaphore/util"
"github.com/snikch/goodman/transaction"
)