From 30cf28f96818aba415a735beae6288495495ca5a Mon Sep 17 00:00:00 2001 From: Lunar Renovate <115620512+lunar-renovate@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:20:46 +0000 Subject: [PATCH] Update external go packages --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index f8656dc..1e17936 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/lunarway/strong-duckling go 1.13 require ( - github.com/prometheus/client_golang v1.11.1 - github.com/prometheus/common v0.26.0 - github.com/stretchr/testify v1.8.2 - gopkg.in/alecthomas/kingpin.v2 v2.2.6 + github.com/prometheus/client_golang v1.19.0 + github.com/prometheus/common v0.51.0 + github.com/stretchr/testify v1.9.0 + gopkg.in/alecthomas/kingpin.v2 v2.4.0 )