File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ import (
1414 "github.com/stretchr/testify/suite"
1515 "io/ioutil"
1616 "path"
17-
17+ "github.com/packagrio/go-common/scm/mock"
18+ "github.com/packagrio/releasr/pkg/config/mock"
1819 "os"
1920 "testing"
2021)
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import (
1616 "path"
1717 //"path/filepath"
1818 mock_scm "github.com/packagrio/go-common/scm/mock"
19+ "github.com/packagrio/releasr/pkg/config/mock"
1920 "os"
2021 "testing"
2122)
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ import (
1414 "io/ioutil"
1515 "os"
1616
17+ //"path/filepath"
18+ "github.com/packagrio/go-common/scm/mock"
19+ "github.com/packagrio/releasr/pkg/config/mock"
1720 "testing"
1821)
1922
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ import (
1111 "github.com/stretchr/testify/require"
1212 "github.com/stretchr/testify/suite"
1313
14+ //"path/filepath"
15+ "github.com/packagrio/go-common/scm/mock"
16+ "github.com/packagrio/releasr/pkg/config/mock"
1417 "testing"
1518)
1619
You can’t perform that action at this time.
0 commit comments