diff --git a/README.md b/README.md index a66c714..fa445f6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Package vat ===  -[](https://goreportcard.com/report/github.com/Teamwork/vat) -[](https://godoc.org/github.com/Teamwork/vat) +[](https://goreportcard.com/report/github.com/teamwork/vat) +[](https://godoc.org/github.com/teamwork/vat) [](https://raw.githubusercontent.com/teamwork/vat/master/LICENSE) Package for validating VAT numbers & retrieving VAT rates (from [ibericode/vat-rates](https://github.com/ibericode/vat-rates)) in Go. diff --git a/go.mod b/go.mod index 5b25001..125b6bb 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/teamwork/vat +module github.com/teamwork/vat/v2 go 1.21 diff --git a/mocks/mock_vies_service.go b/mocks/mock_vies_service.go index e637bdf..0ab4fc7 100644 --- a/mocks/mock_vies_service.go +++ b/mocks/mock_vies_service.go @@ -1,5 +1,5 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: github.com/teamwork/vat (interfaces: ViesServiceInterface) +// Source: github.com/teamwork/vat/v2 (interfaces: ViesServiceInterface) // Package mocks is a generated GoMock package. package mocks diff --git a/numbers_test.go b/numbers_test.go index 139b5ed..01d9ec4 100644 --- a/numbers_test.go +++ b/numbers_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/golang/mock/gomock" - "github.com/teamwork/vat/mocks" + "github.com/teamwork/vat/v2/mocks" ) var tests = []struct {