File tree Expand file tree Collapse file tree 5 files changed +2
-2
lines changed
Expand file tree Collapse file tree 5 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
33import (
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"
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments