From 533105cdd66b906a8533a6b3d9a6d5b4de271216 Mon Sep 17 00:00:00 2001 From: koodeex Date: Tue, 4 Jul 2023 13:27:01 +0300 Subject: [PATCH] [v0.6.23] actualize go.mod dependency --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a30634f..c549333 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ replace ( require ( github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 github.com/ozontech/allure-go/pkg/allure v0.6.8 - github.com/ozontech/allure-go/pkg/framework v0.6.22 + github.com/ozontech/allure-go/pkg/framework v0.6.23 ) require (