From e130ec63f8d867d6d39176291068973d05da5c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cbridgetbarnes=E2=80=9D?= Date: Wed, 10 Mar 2021 10:26:57 +1100 Subject: [PATCH] Update afero version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e4241a2..fe73226 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/prometheus/client_golang v0.9.3 // indirect github.com/smartystreets/goconvey v1.6.4 // indirect github.com/soheilhy/cmux v0.1.4 // indirect - github.com/spf13/afero v1.1.2 + github.com/spf13/afero v1.5.1 github.com/spf13/cast v1.3.0 github.com/spf13/jwalterweatherman v1.0.0 github.com/spf13/pflag v1.0.3