This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
magnetico-go-migrator/go.mod
2019-10-03 01:06:41 +03:00

14 lines
400 B
Modula-2

module gitlab.com/skobkin/magnetico-go-migrator
go 1.12
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/boramalper/magnetico v0.9.0
github.com/cheggaaa/pb/v3 v3.0.1
github.com/mattn/go-sqlite3 v1.10.0
go.uber.org/zap v1.10.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)