Skip to content

Commit

Permalink
Merge branch 'v050' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinyaev Anton Yuryevich committed Mar 31, 2022
2 parents ccf33ea + e839880 commit 9904ff6
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 @@ -8,8 +8,8 @@ replace (
)

require (
github.com/ozontech/allure-go/pkg/allure v0.1.2
github.com/ozontech/allure-go/pkg/framework v0.1.2
github.com/ozontech/allure-go/pkg/allure v0.5.0
github.com/ozontech/allure-go/pkg/framework v0.5.0
)

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.1.2
github.com/ozontech/allure-go/pkg/allure v0.5.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.1
)
Expand Down

0 comments on commit 9904ff6

Please sign in to comment.