Skip to content

Commit 3f339fd

Browse files
committed
Update http library path
1 parent 051a2f2 commit 3f339fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/probe/fortiswitch_health.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"fmt"
1818
"log"
1919

20-
"github.com/bluecmd/fortigate_exporter/pkg/http"
20+
"github.com/prometheus-community/fortigate_exporter/pkg/http"
2121
"github.com/prometheus/client_golang/prometheus"
2222
)
2323

pkg/probe/fortiswitch_port_stats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ package probe
1515

1616
import (
1717
"fmt"
18-
"github.com/bluecmd/fortigate_exporter/pkg/http"
18+
"github.com/prometheus-community/fortigate_exporter/pkg/http"
1919
"github.com/prometheus/client_golang/prometheus"
2020
"log"
2121
)

0 commit comments

Comments
 (0)