Skip to content

Commit

Permalink
update modules
Browse files Browse the repository at this point in the history
Signed-off-by: Tejas <[email protected]>
  • Loading branch information
0xt3j4s committed Nov 15, 2023
1 parent 63476f6 commit 7025308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/yrs147/kubescape-exporter
module github.com/kubescape/prometheus-exporter

go 1.20

Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"github.com/kubescape/go-logger"
"github.com/kubescape/go-logger/helpers"
"github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/yrs147/kubescape-exporter/api"
"github.com/yrs147/kubescape-exporter/metrics"
"github.com/kubescape/prometheus-exporter/api"
"github.com/kubescape/prometheus-exporter/metrics"
"k8s.io/client-go/util/homedir"
)

Expand Down

0 comments on commit 7025308

Please sign in to comment.