Bump major version to v2

This commit is contained in:
Michael Barz
2022-05-04 14:49:59 +02:00
parent a3c4a9d57d
commit 189987bcbd
708 changed files with 2198 additions and 2183 deletions
+3 -3
View File
@@ -5,11 +5,11 @@ import (
"os"
"path/filepath"
"github.com/owncloud/ocis/ocis-pkg/crypto"
"github.com/owncloud/ocis/ocis-pkg/log"
"github.com/owncloud/ocis/v2/ocis-pkg/crypto"
"github.com/owncloud/ocis/v2/ocis-pkg/log"
. "github.com/onsi/ginkgo/v2"
cfg "github.com/owncloud/ocis/ocis-pkg/config"
cfg "github.com/owncloud/ocis/v2/ocis-pkg/config"
)
var _ = Describe("Crypto", func() {
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"os"
"path/filepath"
"github.com/owncloud/ocis/ocis-pkg/log"
"github.com/owncloud/ocis/v2/ocis-pkg/log"
)
var (
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"path/filepath"
"testing"
"github.com/owncloud/ocis/ocis-pkg/log"
"github.com/owncloud/ocis/v2/ocis-pkg/log"
)
func TestEnsureExistsDir(t *testing.T) {