Changed project URL

This commit is contained in:
Emmanuel BENOîT 2021-02-19 19:10:40 +01:00
parent 8f566fa955
commit 14e1a764ae
3 changed files with 4 additions and 4 deletions

View file

@ -12,8 +12,8 @@ import (
"strings" "strings"
"time" "time"
"nocternity.net/monitoring/perfdata" "nocternity.net/go/monitoring/perfdata"
"nocternity.net/monitoring/plugin" "nocternity.net/go/monitoring/plugin"
"github.com/karrick/golf" "github.com/karrick/golf"
) )

2
go.mod
View file

@ -1,4 +1,4 @@
module nocternity.net/monitoring module nocternity.net/go/monitoring
go 1.15 go 1.15

View file

@ -8,7 +8,7 @@ import (
"os" "os"
"strings" "strings"
"nocternity.net/monitoring/perfdata" "nocternity.net/go/monitoring/perfdata"
) )
// Status represents the return status of the monitoring plugin. The // Status represents the return status of the monitoring plugin. The