Skip to content

Commit 8f7d3aa

Browse files
committed
upd qpp deps to @v1.1.2
1 parent fdc32d6 commit 8f7d3aa

File tree

5 files changed

+100
-38
lines changed

5 files changed

+100
-38
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require (
55
github.com/pkg/errors v0.9.1
66
github.com/urfave/cli v1.22.15
77
github.com/xtaci/kcp-go/v5 v5.6.8
8-
github.com/xtaci/qpp v1.1.1
8+
github.com/xtaci/qpp v1.1.2
99
github.com/xtaci/smux v1.5.24
1010
github.com/xtaci/tcpraw v1.2.25
1111
golang.org/x/crypto v0.24.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ github.com/xtaci/qpp v1.1.0 h1:PsIxn2lE2MdbbfNmNeTm1iWKw/k8DI/XkU5brOno5H0=
7575
github.com/xtaci/qpp v1.1.0/go.mod h1:dJS3usaXNMbWxZSWCAdxz01UgJcz9wXDkd4BccDY/V0=
7676
github.com/xtaci/qpp v1.1.1 h1:UaZCbcwvKTx+pSXi/fQufXg2R82Gn4VBPs/zjGB9FwA=
7777
github.com/xtaci/qpp v1.1.1/go.mod h1:dJS3usaXNMbWxZSWCAdxz01UgJcz9wXDkd4BccDY/V0=
78+
github.com/xtaci/qpp v1.1.2 h1:QDJgYCtZdmKNKZ24uNPLq3cgHnp2irnJJBRtQ0gWZlU=
79+
github.com/xtaci/qpp v1.1.2/go.mod h1:dJS3usaXNMbWxZSWCAdxz01UgJcz9wXDkd4BccDY/V0=
7880
github.com/xtaci/smux v1.5.24 h1:77emW9dtnOxxOQ5ltR+8BbsX1kzcOxQ5gB+aaV9hXOY=
7981
github.com/xtaci/smux v1.5.24/go.mod h1:OMlQbT5vcgl2gb49mFkYo6SMf+zP3rcjcwQz7ZU7IGY=
8082
github.com/xtaci/tcpraw v1.2.25 h1:VDlqo0op17JeXBM6e2G9ocCNLOJcw9mZbobMbJjo0vk=

vendor/github.com/xtaci/qpp/README.md

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/xtaci/qpp/qpp.go

Lines changed: 53 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ github.com/urfave/cli
3838
# github.com/xtaci/kcp-go/v5 v5.6.8
3939
## explicit; go 1.21
4040
github.com/xtaci/kcp-go/v5
41-
# github.com/xtaci/qpp v1.1.0
41+
# github.com/xtaci/qpp v1.1.2
4242
## explicit; go 1.22.3
4343
github.com/xtaci/qpp
4444
# github.com/xtaci/smux v1.5.24

0 commit comments

Comments
 (0)