From 4c28afc83f906dce6a4361aa463ba01c3c860eda Mon Sep 17 00:00:00 2001 From: asinyaev Date: Mon, 20 Jan 2025 15:42:23 +0300 Subject: [PATCH] fix allure and framework package version --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index a426436..4af68de 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.13 - github.com/ozontech/allure-go/pkg/framework v0.6.32 + github.com/ozontech/allure-go/pkg/allure v0.6.14 + github.com/ozontech/allure-go/pkg/framework v0.6.33 ) require (