diff --git a/README.md b/README.md
index a66c714..fa445f6 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@ Package vat
 ===
 
 ![Build](https://github.com/Teamwork/vat/actions/workflows/build.yml/badge.svg)
-[![Go Report Card](https://goreportcard.com/badge/github.com/Teamwork/vat)](https://goreportcard.com/report/github.com/Teamwork/vat)
-[![GoDoc](https://godoc.org/github.com/Teamwork/vat?status.svg)](https://godoc.org/github.com/Teamwork/vat)
+[![Go Report Card](https://goreportcard.com/badge/github.com/teamwork/vat)](https://goreportcard.com/report/github.com/teamwork/vat)
+[![GoDoc](https://godoc.org/github.com/teamwork/vat?status.svg)](https://godoc.org/github.com/teamwork/vat)
 [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](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 {