Remove uniuri dependency.

https://bugs.torproject.org/33800
This commit is contained in:
David Fifield 2020-04-02 13:51:06 -06:00
parent 237fed1151
commit 8eef3b6348
3 changed files with 9 additions and 5 deletions

1
go.mod
View file

@ -4,7 +4,6 @@ go 1.13
require (
git.torproject.org/pluggable-transports/goptlib.git v1.1.0
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
github.com/golang/protobuf v1.3.1 // indirect
github.com/gorilla/websocket v1.4.1
github.com/pion/sdp/v2 v2.3.4