diff --git a/server/go.mod b/server/go.mod index e0d1168..1d3639b 100644 --- a/server/go.mod +++ b/server/go.mod @@ -3,7 +3,7 @@ module server go 1.17 replace ( - github.com/anacrolix/dms v1.2.2 => github.com/tsynik/dms v0.0.0-20210831145522-febb8644cc8c + github.com/anacrolix/dms v1.2.2 => github.com/tsynik/dms v0.0.0-20210902034721-a9ad049718bd github.com/anacrolix/torrent v1.30.3 => github.com/tsynik/torrent v1.2.7-0.20210825105145-c21425452ac8 ) diff --git a/server/go.sum b/server/go.sum index 494c47d..4403fde 100644 --- a/server/go.sum +++ b/server/go.sum @@ -659,8 +659,8 @@ github.com/tinylib/msgp v1.1.1/go.mod h1:+d+yLhGm8mzTaHzB+wgMYrodPfmZrzkirds8fDW github.com/tinylib/msgp v1.1.2/go.mod h1:+d+yLhGm8mzTaHzB+wgMYrodPfmZrzkirds8fDWklFE= github.com/tinylib/msgp v1.1.5/go.mod h1:eQsjooMTnV42mHu917E26IogZ2930nFyBQdofk10Udg= github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= -github.com/tsynik/dms v0.0.0-20210831145522-febb8644cc8c h1:xt4As3uxe1WUYMmiuY8p/B/CSXZbjJbLfJrBuEHMKD4= -github.com/tsynik/dms v0.0.0-20210831145522-febb8644cc8c/go.mod h1:1GqMUla/yTV3GFjpKMpmdntkTl6aslGK3jfIksEwIdI= +github.com/tsynik/dms v0.0.0-20210902034721-a9ad049718bd h1:T8httVYmVBA9Ud+PmwG+uTcJPGMpbE21rgN4w3qxUQM= +github.com/tsynik/dms v0.0.0-20210902034721-a9ad049718bd/go.mod h1:1GqMUla/yTV3GFjpKMpmdntkTl6aslGK3jfIksEwIdI= github.com/tsynik/torrent v1.2.7-0.20210825105145-c21425452ac8 h1:LHF4YkeJ2dg/Mc/IWW0I6SX7Zq/oyDOG9PlQnaSF1Ns= github.com/tsynik/torrent v1.2.7-0.20210825105145-c21425452ac8/go.mod h1:E9gvoHzc58EtTudJbzZ2Ho7SKDCYk84734hB9ztBJS4= github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31/go.mod h1:onvgF043R+lC5RZ8IT9rBXDaEDnpnw/Cl+HFiw+v/7Q=