From 374cc6e7ee0eb65c9bc1788528cc3f85b5574511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD=20=D0=91=D0=BE=D1=80=D0=BE?= =?UTF-8?q?=D0=B4=D0=B8=D0=BD?= Date: Wed, 17 Aug 2022 14:39:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b183f5..9699fc1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ migrate-template a wrapper for migration sources of library [golang-migrate/migr ```go import ( - template "github.com/FindMyKids/migrate-template" + template "github.com/mbk-lab/migrate-template" "github.com/golang-migrate/migrate/v4" "github.com/golang-migrate/migrate/v4/source" )