Skip to content

Commit

Permalink
update module name to the new repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinyaev Anton Yuryevich committed Jan 17, 2022
1 parent db65be6 commit 8f52fb4
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pkg/provider/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"runtime/debug"

"github.com/koodeex/allure-testify/pkg/allure"
"github.com/ozontech/allure-go/pkg/allure"
)

type AllureActions interface {
Expand Down
4 changes: 2 additions & 2 deletions pkg/provider/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/koodeex/allure-testify/pkg/provider
module github.com/ozontech/allure-go/pkg/provider

go 1.17

require github.com/koodeex/allure-testify/pkg/allure v0.1.1
require github.com/ozontech/allure-go/pkg/allure v0.1.2

require (
github.com/google/uuid v1.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions pkg/provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/koodeex/allure-testify/pkg/allure v0.1.1 h1:wFtxc/GYA35fRbD7ISm5aE9qp7yleDgeQDOYIaY8GMM=
github.com/koodeex/allure-testify/pkg/allure v0.1.1/go.mod h1:VdDx5ZRJ+IEKGfaZvADi0VBfVJ+/29mzOMTg9Iszk6k=
github.com/ozontech/allure-go/pkg/allure v0.1.2 h1:Pd7SnM+EtSrApI6boysei1WT0slLptNJxHCwQS9yV1g=
github.com/ozontech/allure-go/pkg/allure v0.1.2/go.mod h1:uftXvQaaKLOm+6z+D6Tqs/zhZTwCalYDGM7AS1Q1eCc=
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
2 changes: 1 addition & 1 deletion pkg/provider/info.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package provider

import (
"github.com/koodeex/allure-testify/pkg/allure"
"github.com/ozontech/allure-go/pkg/allure"
)

/*
Expand Down
2 changes: 1 addition & 1 deletion pkg/provider/labels.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package provider

import (
"github.com/koodeex/allure-testify/pkg/allure"
"github.com/ozontech/allure-go/pkg/allure"
)

type AllureLabels interface {
Expand Down
2 changes: 1 addition & 1 deletion pkg/provider/links.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package provider

import (
"github.com/koodeex/allure-testify/pkg/allure"
"github.com/ozontech/allure-go/pkg/allure"
)

/*
Expand Down
2 changes: 1 addition & 1 deletion pkg/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
"testing"

"github.com/koodeex/allure-testify/pkg/allure"
"github.com/ozontech/allure-go/pkg/allure"
)

type IAllureProvider interface {
Expand Down
2 changes: 1 addition & 1 deletion pkg/provider/states.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package provider

import (
"github.com/koodeex/allure-testify/pkg/allure"
"github.com/ozontech/allure-go/pkg/allure"
)

type stepState interface {
Expand Down

0 comments on commit 8f52fb4

Please sign in to comment.