Skip to content

Commit

Permalink
[v0.6.27] hotfix parameter unmarshalling
Browse files Browse the repository at this point in the history
  • Loading branch information
koodeex committed Jul 20, 2023
1 parent 72b2b42 commit 9ab0a77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ replace (

require (
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733
github.com/ozontech/allure-go/pkg/allure v0.6.10
github.com/ozontech/allure-go/pkg/framework v0.6.26
github.com/ozontech/allure-go/pkg/allure v0.6.11
github.com/ozontech/allure-go/pkg/framework v0.6.27
)

require (
Expand Down
2 changes: 1 addition & 1 deletion pkg/framework/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
replace github.com/ozontech/allure-go/pkg/allure => ../allure

require (
github.com/ozontech/allure-go/pkg/allure v0.6.10
github.com/ozontech/allure-go/pkg/allure v0.6.11
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.1
)
Expand Down

0 comments on commit 9ab0a77

Please sign in to comment.