123456789101112131415161718192021222324252627282930313233343536373839404142 |
- 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/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
- 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/leodido/go-urn v1.2.1 // indirect
- github.com/mattn/go-runewidth v0.0.4 // indirect
- github.com/onsi/ginkgo v1.16.4
- github.com/onsi/gomega v1.13.0
- 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.11.0
- 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.6.1
- 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-20210428140749-89ef3d95e781
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
- golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // 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
- )
|