Skip to content

Commit

Permalink
fix: use nagios_exporter as project name
Browse files Browse the repository at this point in the history
  • Loading branch information
wbollock committed Mar 3, 2023
1 parent e3e6756 commit 754c028
Show file tree
Hide file tree
Showing 3 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/wbollock/nagiosxi_exporter
module github.com/wbollock/nagios_exporter

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion nagios_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"strings"
"time"

"github.com/wbollock/nagiosxi_exporter/get_nagios_version"
"github.com/wbollock/nagios_exporter/get_nagios_version"

"github.com/BurntSushi/toml"
"github.com/hashicorp/go-version"
Expand Down
2 changes: 1 addition & 1 deletion tests/get_nagios_version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"

log "github.com/sirupsen/logrus"
"github.com/wbollock/nagiosxi_exporter/get_nagios_version"
"github.com/wbollock/nagios_exporter/get_nagios_version"
)

func TestGetStringFromWebpage(t *testing.T) {
Expand Down

0 comments on commit 754c028

Please sign in to comment.