Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asinyaev committed May 16, 2024
1 parent c7e2963 commit 438f011
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.12
github.com/ozontech/allure-go/pkg/allure v0.6.13
github.com/ozontech/allure-go/pkg/framework v0.6.29
)

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

0 comments on commit 438f011

Please sign in to comment.