Updating magneticod-postgresql fork.
This commit is contained in:
parent
19f386aafc
commit
c0329f8727
2
go.mod
2
go.mod
|
@ -8,7 +8,7 @@ require (
|
|||
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
|
||||
github.com/skobkin/magnetico v0.7.3-0.20191020131325-8ae709a3b222
|
||||
go.uber.org/zap v1.10.0
|
||||
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
||||
)
|
||||
|
|
3
go.sum
3
go.sum
|
@ -45,6 +45,7 @@ github.com/anacrolix/torrent v1.1.4/go.mod h1:XdYEuC3KuxFQZrQ6iUBXnwKr3IyxeyUlVH
|
|||
github.com/anacrolix/utp v0.0.0-20180219060659-9e0e1d1d0572/go.mod h1:MDwc+vsGEq7RMw6lr2GKOEqjWny5hO5OZXRVNaBJ2Dk=
|
||||
github.com/boltdb/bolt v1.3.1 h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=
|
||||
github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps=
|
||||
github.com/boramalper/magnetico v0.9.0/go.mod h1:w/1aRTMrCIeb5RSebdXck4p+rcI35SlKvbgOtgEVi2w=
|
||||
github.com/bradfitz/iter v0.0.0-20140124041915-454541ec3da2/go.mod h1:PyRFw1Lt2wKX4ZVSQ2mk+PeDa1rxyObEDlApuIsUKuo=
|
||||
github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c h1:FUUopH4brHNO2kJoNN3pV+OBEYmgraLT/KHZrMM69r0=
|
||||
github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c/go.mod h1:PyRFw1Lt2wKX4ZVSQ2mk+PeDa1rxyObEDlApuIsUKuo=
|
||||
|
@ -126,6 +127,8 @@ github.com/skobkin/magnetico v0.7.3-0.20191018201532-1f855ed72132 h1:tCAWIJQSSbw
|
|||
github.com/skobkin/magnetico v0.7.3-0.20191018201532-1f855ed72132/go.mod h1:WAYXKsHqBAvuM3HpuaiVT5kj1x9BZ0DsfWafoVRN1MM=
|
||||
github.com/skobkin/magnetico v0.7.3-0.20191018211700-34f92cd6c13b h1:76wfhwuusOuEMY0s7ZyeF7+L8egcRke4k4MUcoLi49w=
|
||||
github.com/skobkin/magnetico v0.7.3-0.20191018211700-34f92cd6c13b/go.mod h1:3mr9Uf+LHHvg4lX8Am9PDGR2j7t6Nk/L6OnXprPvgA0=
|
||||
github.com/skobkin/magnetico v0.7.3-0.20191020131325-8ae709a3b222 h1:CMVTOdIGWcJk9dwaze+dCsIluXH/05/HEcN5nDBfBDs=
|
||||
github.com/skobkin/magnetico v0.7.3-0.20191020131325-8ae709a3b222/go.mod h1:xO6PmIHcomlxD1v3B/o+nNbJ3jBCXzNNOLkRLeHycE4=
|
||||
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
|
||||
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
|
||||
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c/go.mod h1:XDJAKZRPZ1CvBcN2aX5YOUTYGHki24fSF0Iv48Ibg0s=
|
||||
|
|
Reference in a new issue