Move errors to external package
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
da13cec2de
commit
ed651bb7d0
208 changed files with 46 additions and 55987 deletions
|
|
@ -19,8 +19,8 @@ import (
|
|||
"fmt"
|
||||
"testing"
|
||||
|
||||
runnerErrors "github.com/cloudbase/garm-provider-common/errors"
|
||||
dbCommon "github.com/cloudbase/garm/database/common"
|
||||
runnerErrors "github.com/cloudbase/garm/errors"
|
||||
garmTesting "github.com/cloudbase/garm/internal/testing"
|
||||
|
||||
"github.com/stretchr/testify/suite"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue