File: disable-vertica

package info (click to toggle)
prometheus-sql-exporter 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 600 kB
  • sloc: makefile: 47; sh: 31
file content (10 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/job.go
+++ b/job.go
@@ -17,7 +17,6 @@ import (
 	_ "github.com/lib/pq" // register the PostgreSQL driver
 	"github.com/prometheus/client_golang/prometheus"
 	"github.com/snowflakedb/gosnowflake"
-	_ "github.com/vertica/vertica-sql-go" // register the Vertica driver
 )
 
 var (