mirror of https://github.com/fatedier/frp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.8 KiB
40 lines
1.8 KiB
module github.com/fatedier/frp |
|
|
|
go 1.16 |
|
|
|
require ( |
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 |
|
github.com/coreos/go-oidc v2.2.1+incompatible |
|
github.com/fatedier/beego v0.0.0-20171024143340-6c6a4f5bd5eb |
|
github.com/fatedier/golib v0.1.1-0.20200901083111-1f870741e185 |
|
github.com/fatedier/kcp-go v2.0.4-0.20190803094908-fe8645b0a904+incompatible |
|
github.com/google/uuid v1.1.1 |
|
github.com/gorilla/mux v1.7.3 |
|
github.com/gorilla/websocket v1.4.0 |
|
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864 |
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect |
|
github.com/klauspost/cpuid v1.2.0 // indirect |
|
github.com/klauspost/reedsolomon v1.9.1 // indirect |
|
github.com/mattn/go-runewidth v0.0.4 // indirect |
|
github.com/onsi/ginkgo v1.12.3 |
|
github.com/onsi/gomega v1.10.1 |
|
github.com/pires/go-proxyproto v0.0.0-20190111085350-4d51b51e3bfc |
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect |
|
github.com/prometheus/client_golang v1.4.1 |
|
github.com/rakyll/statik v0.1.1 |
|
github.com/rodaine/table v1.0.0 |
|
github.com/smartystreets/goconvey v1.6.4 // indirect |
|
github.com/spf13/cobra v0.0.3 |
|
github.com/stretchr/testify v1.4.0 |
|
github.com/templexxx/cpufeat v0.0.0-20170927014610-3794dfbfb047 // indirect |
|
github.com/templexxx/xor v0.0.0-20170926022130-0af8e873c554 // indirect |
|
github.com/tjfoc/gmsm v0.0.0-20171124023159-98aa888b79d8 // indirect |
|
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae // indirect |
|
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 |
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d |
|
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect |
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 |
|
gopkg.in/ini.v1 v1.62.0 |
|
gopkg.in/square/go-jose.v2 v2.4.1 // indirect |
|
k8s.io/apimachinery v0.18.3 |
|
)
|
|
|