Skip to content

Commit

Permalink
Merge pull request #46 from 56KBs/fix/module-import-version
Browse files Browse the repository at this point in the history
fix: Resolve go module import path
  • Loading branch information
JaSei authored Jun 14, 2021
2 parents d8dc92d + 89be9c4 commit bb458bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/custom_retry_function_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"testing"
"time"

"github.com/avast/retry-go"
"github.com/avast/retry-go/v3"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion examples/delay_based_on_error_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"testing"
"time"

"github.com/avast/retry-go"
"github.com/avast/retry-go/v3"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion examples/http_get_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net/http/httptest"
"testing"

"github.com/avast/retry-go"
"github.com/avast/retry-go/v3"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/avast/retry-go
module github.com/avast/retry-go/v3

go 1.13

Expand Down

0 comments on commit bb458bb

Please sign in to comment.