aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShelikhoo <xiaokangwang@outlook.com>2022-01-26 13:39:12 +0000
committerShelikhoo <xiaokangwang@outlook.com>2022-01-26 13:39:12 +0000
commitbf3bd635f71fd5faae1ebaa05d5987cfa464b30b (patch)
treeaa44cb40d46a4019918ace713e91856ea32f9c0c
parenteb229d512b3b1015e28dfcb744000b66a66e648a (diff)
downloadsnowflake-bf3bd635f71fd5faae1ebaa05d5987cfa464b30b.tar.gz
snowflake-bf3bd635f71fd5faae1ebaa05d5987cfa464b30b.zip
Fix build break in Go 1.16 for missing import
See also: https://gitlab.torproject.org/shelikhoo/snowflake/-/jobs/86751
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
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