go.mod 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. module github.com/Psiphon-Labs/psiphon-tunnel-core
  2. go 1.20
  3. // When this is the main module, use a patched version of
  4. // refraction/gotapdance with
  5. // https://github.com/Psiphon-Labs/psiphon-tunnel-core/commit/2a4121d9
  6. replace github.com/refraction-networking/gotapdance => ./replace/gotapdance
  7. // When this is the main module, gitlab.com/yawning/obfs4, used by
  8. // refraction-networking/gotapdance, is pinned at 816cff15 the last revision
  9. // published without a GPL license. This version lacks obfuscation
  10. // improvements added in revision 1a6129b6, but these changes apply only on
  11. // the server side.
  12. replace gitlab.com/yawning/obfs4.git => ./replace/obfs4.git
  13. require (
  14. github.com/Psiphon-Inc/rotate-safe-writer v0.0.0-20210303140923-464a7a37606e
  15. github.com/Psiphon-Labs/bolt v0.0.0-20200624191537-23cedaef7ad7
  16. github.com/Psiphon-Labs/goptlib v0.0.0-20200406165125-c0e32a7a3464
  17. github.com/Psiphon-Labs/quic-go v0.0.0-20230215230806-9b1ddbf778cc
  18. github.com/Psiphon-Labs/tls-tris v0.0.0-20210713133851-676a693d51ad
  19. github.com/armon/go-proxyproto v0.0.0-20180202201750-5b7edb60ff5f
  20. github.com/bifurcation/mint v0.0.0-20180306135233-198357931e61
  21. github.com/buraksezer/consistent v0.10.0
  22. github.com/cespare/xxhash v1.1.0
  23. github.com/cheekybits/genny v0.0.0-20170328200008-9127e812e1e9
  24. github.com/cognusion/go-cache-lru v0.0.0-20170419142635-f73e2280ecea
  25. github.com/deckarep/golang-set v0.0.0-20171013212420-1d4478f51bed
  26. github.com/dgraph-io/badger v1.5.4-0.20180815194500-3a87f6d9c273
  27. github.com/elazarl/goproxy v0.0.0-20200809112317-0581fc3aee2d
  28. github.com/elazarl/goproxy/ext v0.0.0-20200809112317-0581fc3aee2d
  29. github.com/florianl/go-nfqueue v1.1.1-0.20200829120558-a2f196e98ab0
  30. github.com/flynn/noise v1.0.1-0.20220214164934-d803f5c4b0f4
  31. github.com/fxamacker/cbor/v2 v2.4.0
  32. github.com/gammazero/deque v0.2.1
  33. github.com/gobwas/glob v0.2.4-0.20180402141543-f00a7392b439
  34. github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
  35. github.com/google/gopacket v1.1.19-0.20200831200443-df1bbd09a561
  36. github.com/grafov/m3u8 v0.0.0-20171211212457-6ab8f28ed427
  37. github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47
  38. github.com/juju/ratelimit v1.0.2
  39. github.com/marusama/semaphore v0.0.0-20171214154724-565ffd8e868a
  40. github.com/miekg/dns v1.1.44-0.20210804161652-ab67aa642300
  41. github.com/mitchellh/panicwrap v0.0.0-20170106182340-fce601fe5557
  42. github.com/oschwald/maxminddb-golang v1.2.1-0.20170901134056-26fe5ace1c70
  43. github.com/panmari/cuckoofilter v1.0.3
  44. github.com/patrickmn/go-cache v2.1.0+incompatible
  45. github.com/pion/datachannel v1.5.5
  46. github.com/pion/ice/v2 v2.3.2
  47. github.com/pion/sdp/v3 v3.0.6
  48. github.com/pion/stun v0.4.0
  49. github.com/pion/webrtc/v3 v3.2.1
  50. github.com/refraction-networking/gotapdance v1.2.0
  51. github.com/refraction-networking/utls v1.1.3
  52. github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735
  53. github.com/sirupsen/logrus v1.9.0
  54. github.com/stretchr/testify v1.8.2
  55. github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8
  56. github.com/wader/filtertransport v0.0.0-20200316221534-bdd9e61eee78
  57. github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea
  58. golang.org/x/crypto v0.6.0
  59. golang.org/x/net v0.8.0
  60. golang.org/x/sync v0.1.0
  61. golang.org/x/sys v0.7.0
  62. golang.org/x/term v0.6.0
  63. golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b
  64. tailscale.com v1.40.0
  65. )
  66. require (
  67. git.torproject.org/pluggable-transports/goptlib.git v1.2.0 // indirect
  68. github.com/AndreasBriese/bbloom v0.0.0-20170702084017-28f7e881ca57 // indirect
  69. github.com/Psiphon-Labs/qtls-go1-18 v0.0.0-20221014170512-3bdc7291c091 // indirect
  70. github.com/Psiphon-Labs/qtls-go1-19 v0.0.0-20221014165721-ed28749db082 // indirect
  71. github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
  72. github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
  73. github.com/andybalholm/brotli v1.0.5-0.20220518190645-786ec621f618 // indirect
  74. github.com/davecgh/go-spew v1.1.1 // indirect
  75. github.com/dchest/siphash v1.2.3-0.20201109081723-a21c2e7914a8 // indirect
  76. github.com/dgryski/go-farm v0.0.0-20180109070241-2de33835d102 // indirect
  77. github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165 // indirect
  78. github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
  79. github.com/golang/mock v1.6.0 // indirect
  80. github.com/golang/protobuf v1.5.3-0.20210916003710-5d5e8c018a13 // indirect
  81. github.com/google/go-cmp v0.5.9 // indirect
  82. github.com/google/gxui v0.0.0-20151028112939-f85e0a97b3a4 // indirect
  83. github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
  84. github.com/google/uuid v1.3.0 // indirect
  85. github.com/josharian/native v1.1.1-0.20230202152459-5c7d0dd6ab86 // indirect
  86. github.com/jsimonetti/rtnetlink v1.1.2-0.20220408201609-d380b505068b // indirect
  87. github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
  88. github.com/klauspost/compress v1.15.10-0.20220729101446-5a3a4a965cc6 // indirect
  89. github.com/mdlayher/netlink v1.7.1 // indirect
  90. github.com/mdlayher/socket v0.4.0 // indirect
  91. github.com/mroth/weightedrand v0.4.1 // indirect
  92. github.com/onsi/ginkgo/v2 v2.2.0 // indirect
  93. github.com/pion/dtls/v2 v2.2.6 // indirect
  94. github.com/pion/interceptor v0.1.16 // indirect
  95. github.com/pion/logging v0.2.2 // indirect
  96. github.com/pion/mdns v0.0.7 // indirect
  97. github.com/pion/randutil v0.1.0 // indirect
  98. github.com/pion/rtcp v1.2.10 // indirect
  99. github.com/pion/rtp v1.7.13 // indirect
  100. github.com/pion/sctp v1.8.7 // indirect
  101. github.com/pion/srtp/v2 v2.0.12 // indirect
  102. github.com/pion/transport/v2 v2.2.0 // indirect
  103. github.com/pion/turn/v2 v2.1.0 // indirect
  104. github.com/pion/udp/v2 v2.0.1 // indirect
  105. github.com/pkg/errors v0.9.1 // indirect
  106. github.com/pmezard/go-difflib v1.0.0 // indirect
  107. github.com/quic-go/qpack v0.4.0 // indirect
  108. github.com/sergeyfrolov/bsbuffer v0.0.0-20180903213811-94e85abb8507 // indirect
  109. github.com/smartystreets/goconvey v1.7.2 // indirect
  110. github.com/tailscale/goupnp v1.0.1-0.20210804011211-c64d0f06ea05 // indirect
  111. github.com/x448/float16 v0.8.4 // indirect
  112. gitlab.com/yawning/obfs4.git v0.0.0-20190120164510-816cff15f425 // indirect
  113. go4.org/mem v0.0.0-20210711025021-927187094b94 // indirect
  114. golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
  115. golang.org/x/text v0.8.0 // indirect
  116. golang.org/x/tools v0.7.0 // indirect
  117. golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
  118. google.golang.org/protobuf v1.30.0 // indirect
  119. gopkg.in/yaml.v3 v3.0.1 // indirect
  120. )