Skip to content

Commit

Permalink
upd qpp deps to @v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fulirockx committed Jul 2, 2024
1 parent fdc32d6 commit 8f7d3aa
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 38 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/urfave/cli v1.22.15
github.com/xtaci/kcp-go/v5 v5.6.8
github.com/xtaci/qpp v1.1.1
github.com/xtaci/qpp v1.1.2
github.com/xtaci/smux v1.5.24
github.com/xtaci/tcpraw v1.2.25
golang.org/x/crypto v0.24.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ github.com/xtaci/qpp v1.1.0 h1:PsIxn2lE2MdbbfNmNeTm1iWKw/k8DI/XkU5brOno5H0=
github.com/xtaci/qpp v1.1.0/go.mod h1:dJS3usaXNMbWxZSWCAdxz01UgJcz9wXDkd4BccDY/V0=
github.com/xtaci/qpp v1.1.1 h1:UaZCbcwvKTx+pSXi/fQufXg2R82Gn4VBPs/zjGB9FwA=
github.com/xtaci/qpp v1.1.1/go.mod h1:dJS3usaXNMbWxZSWCAdxz01UgJcz9wXDkd4BccDY/V0=
github.com/xtaci/qpp v1.1.2 h1:QDJgYCtZdmKNKZ24uNPLq3cgHnp2irnJJBRtQ0gWZlU=
github.com/xtaci/qpp v1.1.2/go.mod h1:dJS3usaXNMbWxZSWCAdxz01UgJcz9wXDkd4BccDY/V0=
github.com/xtaci/smux v1.5.24 h1:77emW9dtnOxxOQ5ltR+8BbsX1kzcOxQ5gB+aaV9hXOY=
github.com/xtaci/smux v1.5.24/go.mod h1:OMlQbT5vcgl2gb49mFkYo6SMf+zP3rcjcwQz7ZU7IGY=
github.com/xtaci/tcpraw v1.2.25 h1:VDlqo0op17JeXBM6e2G9ocCNLOJcw9mZbobMbJjo0vk=
Expand Down
43 changes: 43 additions & 0 deletions vendor/github.com/xtaci/qpp/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89 changes: 53 additions & 36 deletions vendor/github.com/xtaci/qpp/qpp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ github.com/urfave/cli
# github.com/xtaci/kcp-go/v5 v5.6.8
## explicit; go 1.21
github.com/xtaci/kcp-go/v5
# github.com/xtaci/qpp v1.1.0
# github.com/xtaci/qpp v1.1.2
## explicit; go 1.22.3
github.com/xtaci/qpp
# github.com/xtaci/smux v1.5.24
Expand Down

0 comments on commit 8f7d3aa

Please sign in to comment.