From d592d139bfe8196e60707d1578b88080648b77fc Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sat, 11 Apr 2020 13:03:23 +1000 Subject: [PATCH] Update anacrolix/tagflag --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5cd62b5e..99728c48 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/anacrolix/missinggo/v2 v2.4.1-0.20200227072623-f02f6484f997 github.com/anacrolix/multiless v0.0.0-20191223025854-070b7994e841 github.com/anacrolix/sync v0.2.0 - github.com/anacrolix/tagflag v1.0.1 + github.com/anacrolix/tagflag v1.1.1-0.20200411025953-9bb5209d56c2 github.com/anacrolix/upnp v0.1.1 github.com/anacrolix/utp v0.0.0-20180219060659-9e0e1d1d0572 github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 diff --git a/go.sum b/go.sum index 11e9f605..233f3d5e 100644 --- a/go.sum +++ b/go.sum @@ -97,6 +97,8 @@ github.com/anacrolix/tagflag v0.0.0-20180803105420-3a8ff5428f76/go.mod h1:1m2U/K github.com/anacrolix/tagflag v1.0.0/go.mod h1:1m2U/K6ZT+JZG0+bdMK6qauP49QT4wE5pmhJXOKKCHw= github.com/anacrolix/tagflag v1.0.1 h1:Yd3d5DaKbRA70k7CoFuBsbmfSWIsvtZ9t80xW/x4vQY= github.com/anacrolix/tagflag v1.0.1/go.mod h1:gb0fiMQ02qU1djCSqaxGmruMvZGrMwSReidMB0zjdxo= +github.com/anacrolix/tagflag v1.1.1-0.20200411025953-9bb5209d56c2 h1:avEVuubJzdVEfTo3WAicC2eSCnyh6t6lDuTt8dFhVRw= +github.com/anacrolix/tagflag v1.1.1-0.20200411025953-9bb5209d56c2/go.mod h1:Scxs9CV10NQatSmbyjqmqmeQNwGzlNe0CMUMIxqHIG8= github.com/anacrolix/torrent v0.0.0-20180622074351-fefeef4ee9eb/go.mod h1:3vcFVxgOASslNXHdivT8spyMRBanMCenHRpe0u5vpBs= github.com/anacrolix/torrent v1.7.1/go.mod h1:uvOcdpOjjrAq3uMP/u1Ide35f6MJ/o8kMnFG8LV3y6g= github.com/anacrolix/torrent v1.9.0/go.mod h1:jJJ6lsd2LD1eLHkUwFOhy7I0FcLYH0tHKw2K7ZYMHCs= -- 2.50.0