mirror of
https://github.com/strongdm/comply
synced 2024-11-05 07:25:26 +00:00
fmt
This commit is contained in:
parent
2e9f6cf270
commit
3711e0054d
@ -22,8 +22,8 @@ import (
|
|||||||
"github.com/docker/docker/client"
|
"github.com/docker/docker/client"
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
"github.com/strongdm/comply/internal/config"
|
"github.com/strongdm/comply/internal/config"
|
||||||
"github.com/strongdm/comply/internal/jira"
|
|
||||||
"github.com/strongdm/comply/internal/gitlab"
|
"github.com/strongdm/comply/internal/gitlab"
|
||||||
|
"github.com/strongdm/comply/internal/jira"
|
||||||
"github.com/strongdm/comply/internal/plugin/github"
|
"github.com/strongdm/comply/internal/plugin/github"
|
||||||
"github.com/urfave/cli"
|
"github.com/urfave/cli"
|
||||||
)
|
)
|
||||||
|
@ -5,9 +5,9 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"github.com/xanzy/go-gitlab"
|
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
"github.com/strongdm/comply/internal/model"
|
"github.com/strongdm/comply/internal/model"
|
||||||
|
"github.com/xanzy/go-gitlab"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
@ -88,7 +88,7 @@ func GetPlugin(ts TicketSystem) TicketPlugin {
|
|||||||
cfgStringed[kS] = v
|
cfgStringed[kS] = v
|
||||||
}
|
}
|
||||||
err := tp.Configure(cfgStringed)
|
err := tp.Configure(cfgStringed)
|
||||||
if( err != nil) {
|
if err != nil {
|
||||||
panic(fmt.Sprintf("Configuration error `%s` in project YAML", err))
|
panic(fmt.Sprintf("Configuration error `%s` in project YAML", err))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user