From 95cb9265962950e82308c0bdd76e2ef33a269100 Mon Sep 17 00:00:00 2001 From: Iman Tumorang Date: Thu, 8 Dec 2022 09:02:07 +0000 Subject: [PATCH] chore: add deprecation notice for v3 --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 6901f72..72f4209 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,4 @@ +// Deprecated: use github.com/go-faker/faker/v4 instead. module github.com/bxcodec/faker/v3 go 1.12