move http2 to github.com/go-gost/x

This commit is contained in:
ginuerzh
2022-03-14 20:20:48 +08:00
parent eae153d481
commit c282e69ffd
19 changed files with 58 additions and 1549 deletions

2
go.mod
View File

@ -14,7 +14,6 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.9.0
github.com/xtaci/smux v1.5.16
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5
gopkg.in/yaml.v2 v2.4.0
)
@ -48,6 +47,7 @@ require (
github.com/subosito/gotenv v1.2.0 // indirect
github.com/ugorji/go/codec v1.1.7 // indirect
golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/ini.v1 v1.63.2 // indirect