From b71305967b62ea464de68e4277ceb5fdbcdc3670 Mon Sep 17 00:00:00 2001 From: Lunar Renovate <115620512+lunar-renovate@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:15:20 +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..3fd4ea7 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.17.0 + github.com/prometheus/common v0.45.0 + github.com/stretchr/testify v1.8.4 + gopkg.in/alecthomas/kingpin.v2 v2.3.2 )