Compare commits

..

2 Commits

Author SHA1 Message Date
50a3dbbfbf Initialize go module
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-04-16 23:55:10 +02:00
2f7d4f6d3e Update gitignore
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-04-16 23:53:36 +02:00
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -25,3 +25,6 @@ go.work.sum
# env file
.env
.idea

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.flexabyte.io/flexabyte/go-migrate-validation
go 1.24.2