From a2938fffcee4f036932e6ca42f6016bfeac3b687 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Thu, 11 Aug 2022 19:13:42 +0200 Subject: [PATCH] Migrate to github --- README.md | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6c2af0..79d03a7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Foundation -A set of helpers to help to create and manage database migration tests. +A framework to write simple database migration tests. ## Install ``` -go get git.ctrlz.es/mgdelacroix/foundation +go get github.com/mgdelacroix/foundation ``` ## Usage diff --git a/go.mod b/go.mod index 878bd52..b1c9fb4 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.ctrlz.es/mgdelacroix/foundation +module github.com/mgdelacroix/foundation go 1.18