We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e617e22 commit dbddd11Copy full SHA for dbddd11
pkg/metrics/metrics.go
@@ -3,13 +3,14 @@ package metrics
3
import (
4
"context"
5
"fmt"
6
- "github-actions-exporter/pkg/config"
7
"log"
8
"net/http"
9
"net/url"
10
"strings"
11
12
- "github.com/bradleyfalzon/ghinstallation"
+ "github.com/spendesk/github-actions-exporter/pkg/config"
+
13
+ "github.com/bradleyfalzon/ghinstallation/v2"
14
"github.com/die-net/lrucache"
15
"github.com/google/go-github/v45/github"
16
"github.com/gregjones/httpcache"
0 commit comments