File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import (
13
13
"github.com/prometheus/client_golang/prometheus"
14
14
"github.com/prometheus/client_golang/prometheus/promhttp"
15
15
16
- "github.com/mkabilov /postgresql_exporter/pkg/config"
17
- "github.com/mkabilov /postgresql_exporter/pkg/pgcollector"
16
+ "github.com/adjust /postgresql_exporter/pkg/config"
17
+ "github.com/adjust /postgresql_exporter/pkg/pgcollector"
18
18
)
19
19
20
20
const (
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"github.com/jackc/pgx"
13
13
"github.com/jackc/pgx/pgtype"
14
14
15
- "github.com/mkabilov /postgresql_exporter/pkg/config"
15
+ "github.com/adjust /postgresql_exporter/pkg/config"
16
16
)
17
17
18
18
//DbInterface describes Db methods
Original file line number Diff line number Diff line change 9
9
10
10
"github.com/prometheus/client_golang/prometheus"
11
11
12
- "github.com/mkabilov /postgresql_exporter/pkg/config"
13
- "github.com/mkabilov /postgresql_exporter/pkg/db"
12
+ "github.com/adjust /postgresql_exporter/pkg/config"
13
+ "github.com/adjust /postgresql_exporter/pkg/db"
14
14
)
15
15
16
16
const (
You can’t perform that action at this time.
0 commit comments