frp/go.mod

43 lines
1.9 KiB
Modula-2
Raw Normal View History

2019-01-16 20:48:47 +08:00
module github.com/fatedier/frp
go 1.16
2019-01-16 20:48:47 +08:00
require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/coreos/go-oidc v2.2.1+incompatible
2019-01-16 20:48:47 +08:00
github.com/fatedier/beego v0.0.0-20171024143340-6c6a4f5bd5eb
github.com/fatedier/golib v0.1.1-0.20200901083111-1f870741e185
2019-08-03 18:44:11 +08:00
github.com/fatedier/kcp-go v2.0.4-0.20190803094908-fe8645b0a904+incompatible
2021-06-18 16:48:36 +08: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 16:57:39 +08:00
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864
2019-01-26 12:39:03 +08:00
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2019-03-17 17:09:54 +08:00
github.com/klauspost/cpuid v1.2.0 // indirect
github.com/klauspost/reedsolomon v1.9.1 // indirect
2021-06-18 16:48:36 +08:00
github.com/leodido/go-urn v1.2.1 // indirect
2019-01-26 12:39:03 +08:00
github.com/mattn/go-runewidth v0.0.4 // indirect
2021-06-18 16:48:36 +08:00
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.13.0
2019-03-29 19:01:18 +08:00
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
2019-01-16 20:48:47 +08:00
github.com/rakyll/statik v0.1.1
github.com/rodaine/table v1.0.0
github.com/smartystreets/goconvey v1.6.4 // indirect
2019-01-16 20:48:47 +08:00
github.com/spf13/cobra v0.0.3
2021-06-18 16:48:36 +08:00
github.com/stretchr/testify v1.6.1
2019-01-26 12:39:03 +08: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 16:49:22 +08:00
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae // indirect
2021-06-18 16:48:36 +08:00
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
2021-06-18 16:48:36 +08:00
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
2019-11-03 01:20:49 +08:00
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
2020-06-02 22:48:55 +08:00
k8s.io/apimachinery v0.18.3
)