Skip to content

Commit

Permalink
[v0.6.23] actualize go.mod dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
koodeex committed Jul 4, 2023
1 parent 8b814e6 commit f3a25e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace (

require (
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733
github.com/ozontech/allure-go/pkg/allure v0.6.7
github.com/ozontech/allure-go/pkg/allure v0.6.8
github.com/ozontech/allure-go/pkg/framework v0.6.22
)

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

0 comments on commit f3a25e4

Please sign in to comment.