From 9c6a78c0fd9a0d8f648b7b72f06d4dfb4888ef5c Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez-Fernandez Date: Mon, 1 Apr 2024 06:54:35 -0700 Subject: [PATCH] remove unnecessary alias Signed-off-by: Carlos Rodriguez-Fernandez --- collector.go | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collector.go b/collector.go index 9b7d528..fc9ca3b 100644 --- a/collector.go +++ b/collector.go @@ -17,7 +17,7 @@ package main import ( "net" - probing "github.com/prometheus-community/pro-bing" + "github.com/prometheus-community/pro-bing" "github.com/go-kit/log/level" "github.com/prometheus/client_golang/prometheus" diff --git a/main.go b/main.go index 9f4589f..9fba938 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ import ( "syscall" "time" - probing "github.com/prometheus-community/pro-bing" + "github.com/prometheus-community/pro-bing" "github.com/superq/smokeping_prober/config" "github.com/alecthomas/kingpin/v2"