Fix build break in Go 1.16 for missing import
... | ... | @@ -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 | ||
... | ... |
Please register or sign in to comment