From 00c9b6d1831b1406712a6760ecb74b0a166b7e6f Mon Sep 17 00:00:00 2001 From: Lunar Renovate <115620512+lunar-renovate@users.noreply.github.com> Date: Sun, 24 Mar 2024 07:08:14 +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..0a574ba 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.1 + github.com/stretchr/testify v1.9.0 + gopkg.in/alecthomas/kingpin.v2 v2.4.0 )