1
0
mirror of https://github.com/ribbybibby/ssl_exporter.git synced 2025-07-15 23:54:18 +02:00

Amend module path for v2

This commit is contained in:
Rob Best
2022-05-07 09:31:08 +01:00
parent 793444c203
commit 52fb44781c
15 changed files with 22 additions and 22 deletions

View File

@ -17,8 +17,8 @@ import (
"time"
"github.com/prometheus/client_golang/prometheus"
"github.com/ribbybibby/ssl_exporter/config"
"github.com/ribbybibby/ssl_exporter/test"
"github.com/ribbybibby/ssl_exporter/v2/config"
"github.com/ribbybibby/ssl_exporter/v2/test"
"golang.org/x/crypto/ocsp"
)