From e71d7bf15cb08a034e73cf585397c25d8f219936 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Mon, 24 Jun 2024 20:23:09 +0200 Subject: [PATCH] chore(remote): update viper Signed-off-by: Mark Sagi-Kazar --- remote/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/go.mod b/remote/go.mod index cd4d7ef..3dc726f 100644 --- a/remote/go.mod +++ b/remote/go.mod @@ -6,7 +6,7 @@ replace github.com/spf13/viper => ../ require ( github.com/sagikazarmark/crypt v0.21.0 - github.com/spf13/viper v1.20.0-alpha.3 + github.com/spf13/viper v1.20.0-alpha.4 ) require (