From 975ec498773c732099e508f4051b28521240d964 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 02:44:38 +0000 Subject: [PATCH] fix(deps): update module github.com/stretchr/testify to v1.8.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1c08c94..a1b4884 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/julienschmidt/httprouter v1.3.0 github.com/prometheus/client_golang v1.12.2 github.com/spf13/viper v1.12.0 - github.com/stretchr/testify v1.8.0 + github.com/stretchr/testify v1.8.1 github.com/unrolled/render v1.5.0 github.com/urfave/negroni v1.0.0 go.uber.org/zap v1.23.0