Skip to content

Commit f2247c2

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: update task route
1 parent 7d2c9e4 commit f2247c2

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

discovery/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"context"
55
"fmt"
6-
"github.com/opengovern/og-describer-kubernetes/discovery/worker"
6+
"github.com/opengovern/og-describer-kubernetes/discovery/pkg/worker"
77
"os"
88
"os/signal"
99
"syscall"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/nats-io/nats.go"
99
"github.com/nats-io/nats.go/jetstream"
1010
"github.com/opengovern/og-describer-kubernetes/discovery/envs"
11-
"github.com/opengovern/og-describer-kubernetes/discovery/task"
11+
"github.com/opengovern/og-describer-kubernetes/discovery/pkg/task"
1212
"github.com/opengovern/og-util/pkg/jq"
1313
"github.com/opengovern/og-util/pkg/opengovernance-es-sdk"
1414
"github.com/opengovern/og-util/pkg/tasks"

0 commit comments

Comments
 (0)