File tree Expand file tree Collapse file tree 5 files changed +15
-13
lines changed
Expand file tree Collapse file tree 5 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package exporter
33import (
44 "net/http"
55
6- "github.com/infinityworks /github-exporter/config"
6+ "github.com/githubexporter /github-exporter/config"
77 "github.com/prometheus/client_golang/prometheus"
88)
99
Original file line number Diff line number Diff line change 1- module github.com/infinityworks /github-exporter
1+ module github.com/githubexporter /github-exporter
22
33go 1.19
44
Original file line number Diff line number Diff line change 11package http
22
33import (
4- "github.com/infinityworks/github-exporter/exporter"
5- "github.com/prometheus/client_golang/prometheus"
6- "github.com/prometheus/client_golang/prometheus/promhttp"
74 "log"
85 "net/http"
6+
7+ "github.com/githubexporter/github-exporter/exporter"
8+ "github.com/prometheus/client_golang/prometheus"
9+ "github.com/prometheus/client_golang/prometheus/promhttp"
910)
1011
1112type Server struct {
Original file line number Diff line number Diff line change 11package main
22
33import (
4- conf "github.com/infinityworks /github-exporter/config"
5- "github.com/infinityworks /github-exporter/exporter"
6- "github.com/infinityworks /github-exporter/http"
4+ conf "github.com/githubexporter /github-exporter/config"
5+ "github.com/githubexporter /github-exporter/exporter"
6+ "github.com/githubexporter /github-exporter/http"
77 "github.com/infinityworks/go-common/logger"
88 "github.com/prometheus/client_golang/prometheus"
99 "github.com/sirupsen/logrus"
Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ package test
22
33import (
44 "fmt"
5- "github.com/infinityworks/github-exporter/config"
6- "github.com/infinityworks/github-exporter/exporter"
7- web "github.com/infinityworks/github-exporter/http"
8- "github.com/prometheus/client_golang/prometheus"
9- "github.com/steinfletcher/apitest"
105 "io/ioutil"
116 "net/http"
127 "os"
138 "strings"
149 "testing"
10+
11+ "github.com/githubexporter/github-exporter/config"
12+ "github.com/githubexporter/github-exporter/exporter"
13+ web "github.com/githubexporter/github-exporter/http"
14+ "github.com/prometheus/client_golang/prometheus"
15+ "github.com/steinfletcher/apitest"
1516)
1617
1718func TestHomepage (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments