diff --git a/server/go.mod b/server/go.mod index 809e068..fcfffc8 100644 --- a/server/go.mod +++ b/server/go.mod @@ -1,6 +1,8 @@ module server -go 1.20 +go 1.21 + +toolchain go1.22.3 replace github.com/anacrolix/torrent v1.54.1 => github.com/tsynik/torrent v1.2.22