go.mod 816 B

123456789101112131415161718192021222324
  1. module git.torproject.org/pluggable-transports/snowflake.git/v2
  2. go 1.13
  3. require (
  4. git.torproject.org/pluggable-transports/goptlib.git v1.1.0
  5. github.com/gorilla/websocket v1.4.1
  6. github.com/pion/ice/v2 v2.2.6
  7. github.com/pion/sdp/v3 v3.0.5
  8. github.com/pion/stun v0.3.5
  9. github.com/pion/webrtc/v3 v3.1.41
  10. github.com/prometheus/client_golang v1.10.0
  11. github.com/prometheus/client_model v0.2.0
  12. github.com/refraction-networking/utls v1.0.0
  13. github.com/smartystreets/goconvey v1.6.4
  14. github.com/stretchr/testify v1.7.1
  15. github.com/xtaci/kcp-go/v5 v5.6.1
  16. github.com/xtaci/smux v1.5.15
  17. gitlab.torproject.org/tpo/anti-censorship/geoip v0.0.0-20210928150955-7ce4b3d98d01
  18. golang.org/x/crypto v0.0.0-20220516162934-403b01795ae8
  19. golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
  20. google.golang.org/protobuf v1.26.0
  21. )