Skip to content

Commit

Permalink
refactor: replace namespace to flxpeters
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Peters committed Apr 20, 2024
1 parent aed55c9 commit 4e45c2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/jenningsloy318/redfish_exporter
module github.com/flxpeters/redfish_exporter

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (

"log/slog"

"github.com/flxpeters/redfish_exporter/collector"
kitlog "github.com/go-kit/log"
"github.com/jenningsloy318/redfish_exporter/collector"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"

Expand Down

0 comments on commit 4e45c2e

Please sign in to comment.