From 9305f7fd68a4f8d83fd487b02089708c542689fd Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Fri, 12 Jan 2024 12:46:47 +0100 Subject: [PATCH] Backend: Update deps in go.mod Signed-off-by: Michael Mayer --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 79c9ff128..e3f0a8805 100644 --- a/go.mod +++ b/go.mod @@ -78,6 +78,8 @@ require ( github.com/prometheus/common v0.45.0 ) +require github.com/dustinkirkland/golang-petname v0.0.0-20231002161417-6a283f1aaaf2 + require ( github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect github.com/beorn7/perks v1.0.1 // indirect @@ -88,7 +90,6 @@ require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect github.com/dsoprea/go-utility/v2 v2.0.0-20221003172846-a3e1774ef349 // indirect - github.com/dustinkirkland/golang-petname v0.0.0-20231002161417-6a283f1aaaf2 // indirect github.com/gin-contrib/sse v0.1.0 // indirect github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect github.com/go-playground/locales v0.14.1 // indirect