Skip to content

Commit

Permalink
Update module and import paths after move to appuio org
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Nov 7, 2023
1 parent 0f7853e commit fc5362c
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/bastjan/alerts_exporter
module github.com/appuio/alerts_exporter

go 1.21.3

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"net/http"

alertscollector "github.com/bastjan/alerts_exporter/internal/alerts_collector"
alertscollector "github.com/appuio/alerts_exporter/internal/alerts_collector"
"github.com/prometheus/alertmanager/api/v2/client"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
Expand Down

0 comments on commit fc5362c

Please sign in to comment.