2019-01-16 12:48:47 +00:00
|
|
|
module github.com/fatedier/frp
|
|
|
|
|
2021-03-15 13:02:56 +00:00
|
|
|
go 1.16
|
2019-01-16 12:48:47 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
|
2020-03-01 02:57:01 +00:00
|
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
2019-01-16 12:48:47 +00:00
|
|
|
github.com/fatedier/beego v0.0.0-20171024143340-6c6a4f5bd5eb
|
2020-09-23 04:05:05 +00:00
|
|
|
github.com/fatedier/golib v0.1.1-0.20200901083111-1f870741e185
|
2019-08-03 10:44:11 +00:00
|
|
|
github.com/fatedier/kcp-go v2.0.4-0.20190803094908-fe8645b0a904+incompatible
|
2021-06-18 08:48:36 +00:00
|
|
|
github.com/go-playground/validator/v10 v10.6.1
|
|
|
|
github.com/google/uuid v1.2.0
|
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-03-31 08:57:39 +00:00
|
|
|
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864
|
2019-01-26 04:39:03 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2019-03-17 09:09:54 +00:00
|
|
|
github.com/klauspost/cpuid v1.2.0 // indirect
|
|
|
|
github.com/klauspost/reedsolomon v1.9.1 // indirect
|
2021-06-18 08:48:36 +00:00
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
2019-01-26 04:39:03 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
2021-06-18 08:48:36 +00:00
|
|
|
github.com/onsi/ginkgo v1.16.4
|
|
|
|
github.com/onsi/gomega v1.13.0
|
2019-03-29 11:01:18 +00:00
|
|
|
github.com/pires/go-proxyproto v0.0.0-20190111085350-4d51b51e3bfc
|
2020-03-01 02:57:01 +00:00
|
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
2021-06-18 08:51:42 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2019-01-16 12:48:47 +00:00
|
|
|
github.com/rakyll/statik v0.1.1
|
|
|
|
github.com/rodaine/table v1.0.0
|
2021-01-26 03:31:08 +00:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2019-01-16 12:48:47 +00:00
|
|
|
github.com/spf13/cobra v0.0.3
|
2021-06-18 08:48:36 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2019-01-26 04:39:03 +00:00
|
|
|
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
|
2019-08-06 08:49:22 +00:00
|
|
|
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae // indirect
|
2021-06-18 08:48:36 +00:00
|
|
|
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
|
2020-03-01 02:57:01 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2021-06-18 08:48:36 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
|
2019-11-02 17:20:49 +00:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
2021-01-26 03:31:08 +00:00
|
|
|
gopkg.in/ini.v1 v1.62.0
|
2020-03-01 02:57:01 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
|
2020-06-02 14:48:55 +00:00
|
|
|
k8s.io/apimachinery v0.18.3
|
2021-03-15 13:02:56 +00:00
|
|
|
)
|