Skip to content

Commit

Permalink
change ghinstallation to v2, change config path
Browse files Browse the repository at this point in the history
  • Loading branch information
moutonjeremy committed Aug 29, 2022
1 parent e617e22 commit dbddd11
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ package metrics
import (
"context"
"fmt"
"github-actions-exporter/pkg/config"
"log"
"net/http"
"net/url"
"strings"

"github.com/bradleyfalzon/ghinstallation"
"github.com/spendesk/github-actions-exporter/pkg/config"

"github.com/bradleyfalzon/ghinstallation/v2"
"github.com/die-net/lrucache"
"github.com/google/go-github/v45/github"
"github.com/gregjones/httpcache"
Expand Down

0 comments on commit dbddd11

Please sign in to comment.