chore: rename package to be able to go install

This commit is contained in:
Technofab 2022-12-05 16:02:30 +01:00
parent 538ff9c6f6
commit 507039ecc0
No known key found for this signature in database
GPG key ID: A0AA746B951C8830
31 changed files with 104 additions and 99 deletions

View file

@ -20,16 +20,16 @@ import (
"github.com/pkg/errors"
"github.com/storyicon/powerproto/pkg/component/actionmanager"
"github.com/storyicon/powerproto/pkg/component/compilermanager"
"github.com/storyicon/powerproto/pkg/component/configmanager"
"github.com/storyicon/powerproto/pkg/component/pluginmanager"
"github.com/storyicon/powerproto/pkg/configs"
"github.com/storyicon/powerproto/pkg/consts"
"github.com/storyicon/powerproto/pkg/util"
"github.com/storyicon/powerproto/pkg/util/concurrent"
"github.com/storyicon/powerproto/pkg/util/logger"
"github.com/storyicon/powerproto/pkg/util/progressbar"
"github.com/TECHNOFAB11/powerproto/pkg/component/actionmanager"
"github.com/TECHNOFAB11/powerproto/pkg/component/compilermanager"
"github.com/TECHNOFAB11/powerproto/pkg/component/configmanager"
"github.com/TECHNOFAB11/powerproto/pkg/component/pluginmanager"
"github.com/TECHNOFAB11/powerproto/pkg/configs"
"github.com/TECHNOFAB11/powerproto/pkg/consts"
"github.com/TECHNOFAB11/powerproto/pkg/util"
"github.com/TECHNOFAB11/powerproto/pkg/util/concurrent"
"github.com/TECHNOFAB11/powerproto/pkg/util/logger"
"github.com/TECHNOFAB11/powerproto/pkg/util/progressbar"
)
// StepLookUpConfigs is used to lookup config files according to target proto files