mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-12-04 15:21:05 +01:00
fix(be): dredd test
This commit is contained in:
parent
d198963ec8
commit
1d95868b2c
@ -6,7 +6,7 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/ansible-semaphore/semaphore/db"
|
||||
"github.com/semaphoreui/semaphore/db"
|
||||
trans "github.com/snikch/goodman/transaction"
|
||||
)
|
||||
|
||||
|
@ -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"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user