From 3318726caa19bfd321509906450e197a3b7f5dea Mon Sep 17 00:00:00 2001 From: Dmitry <6352927+dkx86@users.noreply.github.com> Date: Wed, 15 May 2024 11:34:13 +0300 Subject: [PATCH] Update allure and framework packages versions --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index ef2a5f6..a426436 100644 --- a/go.mod +++ b/go.mod @@ -9,8 +9,8 @@ replace ( require ( github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 - github.com/ozontech/allure-go/pkg/allure v0.6.12 - github.com/ozontech/allure-go/pkg/framework v0.6.29 + github.com/ozontech/allure-go/pkg/allure v0.6.13 + github.com/ozontech/allure-go/pkg/framework v0.6.32 ) require (