Showing
... | ... | @@ -3,9 +3,9 @@ module gitlab.torproject.org/tpo/anti-censorship/bridgestrap |
go 1.13 | ||
require ( | ||
git.torproject.org/pluggable-transports/snowflake.git v0.0.0-20191213231743-37aaaffa1521 | ||
github.com/gorilla/mux v1.7.3 | ||
git.torproject.org/pluggable-transports/snowflake.git v0.0.0-20201120061516-ece43cbfcfc3 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/prometheus/client_golang v1.8.0 | ||
github.com/yawning/bulb v0.0.0-20170405033506-85d80d893c3d | ||
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect | ||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 | ||
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e | ||
) |
This diff is collapsed.
metrics.go
0 → 100644
Please register or sign in to comment