Skip to content

Commit

Permalink
Merge pull request #22 from ozontech/update-allure-v0.6.17
Browse files Browse the repository at this point in the history
Update allure
  • Loading branch information
siller174 authored Aug 30, 2022
2 parents dbbed9e + b88b427 commit c7f2aef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.17
require (
github.com/PaesslerAG/jsonpath v0.1.1
github.com/moul/http2curl v1.0.0
github.com/ozontech/allure-go/pkg/allure v0.6.1
github.com/ozontech/allure-go/pkg/framework v0.6.12
github.com/ozontech/allure-go/pkg/allure v0.6.3
github.com/ozontech/allure-go/pkg/framework v0.6.17
github.com/stretchr/testify v1.7.1
github.com/xeipuuv/gojsonschema v1.2.0
)
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7
github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU=
github.com/moul/http2curl v1.0.0 h1:dRMWoAtb+ePxMlLkrCbAqh4TlPHXvoGUSQ323/9Zahs=
github.com/moul/http2curl v1.0.0/go.mod h1:8UbvGypXm98wA/IqH45anm5Y2Z6ep6O31QGOAZ3H0fQ=
github.com/ozontech/allure-go/pkg/allure v0.6.1 h1:GllGjBvw8D5AlLjkfpkfqa8+2/CL7KSee12WjZcMr58=
github.com/ozontech/allure-go/pkg/allure v0.6.1/go.mod h1:xyVZ+6tLDzQ4pr19eqLR0EckaI51kYUC1A5ihsDTygo=
github.com/ozontech/allure-go/pkg/framework v0.6.12 h1:BWPcalCLtIWzPchPuorzv1cEBUK2iUURwYVEWZrznSY=
github.com/ozontech/allure-go/pkg/framework v0.6.12/go.mod h1:F0UM6PeKlFdvq2Gt2orrXXV1Caw71C9ibwPearYIKcM=
github.com/ozontech/allure-go/pkg/allure v0.6.3 h1:+nGs+2Kq+XprmONt4xww+MEDjnShkLK6kPtfOknernY=
github.com/ozontech/allure-go/pkg/allure v0.6.3/go.mod h1:xyVZ+6tLDzQ4pr19eqLR0EckaI51kYUC1A5ihsDTygo=
github.com/ozontech/allure-go/pkg/framework v0.6.17 h1:XCnysk4udjqR4EzJzYFRvmTtwNDkyiLYBo4mnYi80C8=
github.com/ozontech/allure-go/pkg/framework v0.6.17/go.mod h1:RxbhHdppAf70AST+S0G3iMDxkHcNb11ygMaXISF3m1A=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
4 changes: 2 additions & 2 deletions provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ type parametersProvider interface {
}

type infoAllureProvider interface {
Title(title string)
Description(description string)
Title(args ...interface{})
Description(description ...interface{})
}

type labelsAllureProvider interface {
Expand Down

0 comments on commit c7f2aef

Please sign in to comment.