Skip to content

Commit

Permalink
Fix compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
marctc committed Oct 5, 2023
1 parent f7a1837 commit 8db82b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion collector/exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ import (
"os"
"testing"

"github.com/alecthomas/kingpin/v2"
"github.com/go-kit/log"
"github.com/go-kit/log/level"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/common/model"
"github.com/smartystreets/goconvey/convey"
"gopkg.in/alecthomas/kingpin.v2"
)

const dsn = "root@/mysql"
Expand Down
2 changes: 1 addition & 1 deletion collector/scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ import (
"context"
"database/sql"

"github.com/alecthomas/kingpin/v2"
"github.com/go-kit/log"
_ "github.com/go-sql-driver/mysql"
"github.com/prometheus/client_golang/prometheus"
"gopkg.in/alecthomas/kingpin.v2"
)

// Scraper is minimal interface that let's you add new prometheus metrics to mysqld_exporter.
Expand Down

0 comments on commit 8db82b9

Please sign in to comment.