Move version, rand and organisation pkgs (internal=>pkg)

This commit is contained in:
Denis Arh
2019-10-01 17:42:26 +02:00
parent b5a111b145
commit 77ce40cf1a
15 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -17,8 +17,8 @@ import (
"go.uber.org/zap"
"github.com/cortezaproject/corteza-server/internal/auth"
"github.com/cortezaproject/corteza-server/internal/version"
"github.com/cortezaproject/corteza-server/pkg/cli/options"
"github.com/cortezaproject/corteza-server/pkg/version"
)
type (