From 219ddb634f72d8390991b22288f27a89feb78aa4 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: Fri, 16 Sep 2022 13:36:29 +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 5db3f53..f78adc2 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/mbk-lab/migrate-template" + template "git.ukamnya.ru/ukamnya/migrate-template" "github.com/golang-migrate/migrate/v4" "github.com/golang-migrate/migrate/v4/source" )