snowflake/go.mod
2021-11-11 10:14:49 -05:00

24 lines
890 B
Modula-2

module git.torproject.org/pluggable-transports/snowflake.git/v2
go 1.13
require (
git.torproject.org/pluggable-transports/goptlib.git v1.1.0
github.com/google/uuid v1.2.0 // indirect
github.com/gorilla/websocket v1.4.1
github.com/pion/ice/v2 v2.0.15
github.com/pion/sdp/v3 v3.0.4
github.com/pion/stun v0.3.5
github.com/pion/transport v0.12.3 // indirect
github.com/pion/webrtc/v3 v3.0.15
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/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
golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
golang.org/x/sys v0.0.0-20210317225723-c4fcb01b228e // indirect
google.golang.org/protobuf v1.23.0
)