go.mod 804 B

123456789101112131415161718192021222324
  1. module git.torproject.org/pluggable-transports/snowflake.git
  2. go 1.13
  3. require (
  4. git.torproject.org/pluggable-transports/goptlib.git v1.1.0
  5. github.com/google/uuid v1.2.0 // indirect
  6. github.com/gorilla/websocket v1.4.1
  7. github.com/pion/ice/v2 v2.0.15
  8. github.com/pion/sdp/v3 v3.0.4
  9. github.com/pion/stun v0.3.5
  10. github.com/pion/transport v0.12.3 // indirect
  11. github.com/pion/webrtc/v3 v3.0.15
  12. github.com/prometheus/client_golang v1.10.0
  13. github.com/prometheus/client_model v0.2.0
  14. github.com/smartystreets/goconvey v1.6.4
  15. github.com/xtaci/kcp-go/v5 v5.5.12
  16. github.com/xtaci/smux v1.5.12
  17. golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670
  18. golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
  19. golang.org/x/sys v0.0.0-20210317225723-c4fcb01b228e // indirect
  20. google.golang.org/protobuf v1.23.0
  21. )