go.mod 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. module github.com/fatedier/frp
  2. go 1.16
  3. require (
  4. github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
  5. github.com/coreos/go-oidc v2.2.1+incompatible
  6. github.com/fatedier/beego v0.0.0-20171024143340-6c6a4f5bd5eb
  7. github.com/fatedier/golib v0.1.1-0.20200901083111-1f870741e185
  8. github.com/fatedier/kcp-go v2.0.4-0.20190803094908-fe8645b0a904+incompatible
  9. github.com/go-playground/validator/v10 v10.6.1
  10. github.com/google/uuid v1.2.0
  11. github.com/gorilla/mux v1.8.0
  12. github.com/gorilla/websocket v1.4.2
  13. github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864
  14. github.com/inconshreveable/mousetrap v1.0.0 // indirect
  15. github.com/klauspost/cpuid v1.2.0 // indirect
  16. github.com/klauspost/reedsolomon v1.9.1 // indirect
  17. github.com/leodido/go-urn v1.2.1 // indirect
  18. github.com/mattn/go-runewidth v0.0.4 // indirect
  19. github.com/onsi/ginkgo v1.16.4
  20. github.com/onsi/gomega v1.13.0
  21. github.com/pires/go-proxyproto v0.0.0-20190111085350-4d51b51e3bfc
  22. github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
  23. github.com/prometheus/client_golang v1.11.0
  24. github.com/rakyll/statik v0.1.1
  25. github.com/rodaine/table v1.0.0
  26. github.com/smartystreets/goconvey v1.6.4 // indirect
  27. github.com/spf13/cobra v0.0.3
  28. github.com/stretchr/testify v1.6.1
  29. github.com/templexxx/cpufeat v0.0.0-20170927014610-3794dfbfb047 // indirect
  30. github.com/templexxx/xor v0.0.0-20170926022130-0af8e873c554 // indirect
  31. github.com/tjfoc/gmsm v0.0.0-20171124023159-98aa888b79d8 // indirect
  32. github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae // indirect
  33. golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
  34. golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
  35. golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
  36. golang.org/x/time v0.0.0-20191024005414-555d28b269f0
  37. gopkg.in/ini.v1 v1.62.0
  38. gopkg.in/square/go-jose.v2 v2.4.1 // indirect
  39. k8s.io/apimachinery v0.18.3
  40. )