From 07aba7db094d829460cc7d67108c8221ab597fe4 Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Fri, 18 Feb 2022 13:31:16 +0000 Subject: [PATCH] Tidy go mod file --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 08a2e390..1df17f69 100644 --- a/go.mod +++ b/go.mod @@ -61,7 +61,6 @@ require ( github.com/prometheus/common v0.15.0 // indirect github.com/prometheus/procfs v0.2.0 // indirect github.com/spf13/afero v1.1.2 // indirect - github.com/spf13/cast v1.3.0 // indirect github.com/spf13/jwalterweatherman v1.0.0 // indirect github.com/subosito/gotenv v1.2.0 // indirect github.com/vmihailenco/tagparser v0.1.1 // indirect