File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ type connection struct {
163
163
database string
164
164
user string
165
165
tokenExpirationTime time.Time
166
- iteratorValues []string
166
+ iteratorValues []string
167
167
}
168
168
169
169
// Query is an SQL query that is executed on a connection
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import (
10
10
"github.com/go-kit/log"
11
11
"github.com/go-kit/log/level"
12
12
"github.com/prometheus/client_golang/prometheus"
13
- "github.com/prometheus/client_golang/prometheus/promhttp"
14
- "github.com/prometheus/common/version"
15
13
prom_collectors_version "github.com/prometheus/client_golang/prometheus/collectors/version"
14
+ "github.com/prometheus/client_golang/prometheus/promhttp"
15
+ "github.com/prometheus/common/version"
16
16
_ "go.uber.org/automaxprocs"
17
17
)
18
18
You can’t perform that action at this time.
0 commit comments