Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
updated dependency to cp-connector
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
bacherfl committed May 12, 2022
1 parent d31ec09 commit 835e8f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion approval-service/go.mod
Expand Up @@ -7,7 +7,7 @@ require (
github.com/google/uuid v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/keptn/go-utils v0.15.1-0.20220512082458-c5e1b7519bec
github.com/keptn/keptn/cp-connector v0.0.0-20220509104843-d040776782e2
github.com/keptn/keptn/cp-connector v0.0.0-20220512103206-c36faf0071dc
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.1
Expand Down
2 changes: 2 additions & 0 deletions approval-service/go.sum
Expand Up @@ -78,6 +78,8 @@ github.com/keptn/keptn/cp-connector v0.0.0-20220511105718-a31023b46f36 h1:r9JwEE
github.com/keptn/keptn/cp-connector v0.0.0-20220511105718-a31023b46f36/go.mod h1:ZSwBk2OAmtctfHUhqc8IwEZ2jcGSz0iN3E5jSIvlbAs=
github.com/keptn/keptn/cp-connector v0.0.0-20220511111401-f205438cd0b6 h1:kj/Y9m2req08pgGfW4oCWSc8gFx3Lqod06atOCKGpVA=
github.com/keptn/keptn/cp-connector v0.0.0-20220511111401-f205438cd0b6/go.mod h1:ZSwBk2OAmtctfHUhqc8IwEZ2jcGSz0iN3E5jSIvlbAs=
github.com/keptn/keptn/cp-connector v0.0.0-20220512103206-c36faf0071dc h1:KZQQ3nuztmj6wb5nKBw13PWk84MafM2ZyO3Z4D+aBrE=
github.com/keptn/keptn/cp-connector v0.0.0-20220512103206-c36faf0071dc/go.mod h1:hBnlGKdA32QUkPITvDZrqN/J0TG/5eCp15CAtPrUmcM=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/klauspost/compress v1.14.4 h1:eijASRJcobkVtSt81Olfh7JX43osYLwy5krOJo6YEu4=
github.com/klauspost/compress v1.14.4/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk=
Expand Down
2 changes: 1 addition & 1 deletion approval-service/main.go
Expand Up @@ -61,7 +61,7 @@ func main() {
}
eventSource := controlplane.NewNATSEventSource(natsConnector)

controlPlane := controlplane.New(subscriptionSource, eventSource)
controlPlane := controlplane.New(subscriptionSource, eventSource, nil)

go func() {
keptnapi.RunHealthEndpoint("8080", keptnapi.WithReadinessConditionFunc(func() bool {
Expand Down

0 comments on commit 835e8f6

Please sign in to comment.