From c2070e229a7fd1908d0cba14074c548b39435a53 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate@danet.fbi.h-da.de> Date: Thu, 27 Mar 2025 13:19:56 +0000 Subject: [PATCH] [renovate] Update module github.com/spf13/viper to v1.20.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f6d2121..9a2d29f 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/shirou/gopsutil v3.21.11+incompatible github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.1 - github.com/spf13/viper v1.19.0 + github.com/spf13/viper v1.20.1 github.com/vishvananda/netlink v1.3.0 golang.org/x/net v0.32.0 golang.org/x/sys v0.28.0 -- GitLab