15 lines
464 B
Modula-2
15 lines
464 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/anacrolix/torrent v1.1.4
|
|
github.com/cheggaaa/pb/v3 v3.0.1
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
github.com/skobkin/magnetico v0.7.3-0.20191018211700-34f92cd6c13b
|
|
go.uber.org/zap v1.10.0
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
)
|