commit bf3bd635f71fd5faae1ebaa05d5987cfa464b30b
Author: Shelikhoo <xiaokangw...@outlook.com>
Date:   Wed Jan 26 13:39:12 2022 +0000

    Fix build break in Go 1.16 for missing import
    
    See also:
    https://gitlab.torproject.org/shelikhoo/snowflake/-/jobs/86751
---
 go.mod | 1 +
 1 file changed, 1 insertion(+)

diff --git a/go.mod b/go.mod
index e8038f1..03541eb 100644
--- a/go.mod
+++ b/go.mod
@@ -15,6 +15,7 @@ require (
        github.com/prometheus/client_golang v1.10.0
        github.com/prometheus/client_model v0.2.0
        github.com/smartystreets/goconvey v1.6.4
+       github.com/stretchr/testify v1.7.0 // indirect
        github.com/xtaci/kcp-go/v5 v5.6.1
        github.com/xtaci/smux v1.5.15
        gitlab.torproject.org/tpo/anti-censorship/geoip 
v0.0.0-20210928150955-7ce4b3d98d01



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to