Skip to content

Commit

Permalink
upgrade deps to qpp@v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Jul 2, 2024
1 parent 226c4ba commit e6305ba
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 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.0.4
github.com/xtaci/qpp v1.1.0
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 @@ -71,6 +71,8 @@ github.com/xtaci/qpp v1.0.3 h1:dvbGTlxW2Dqx0TPJo2EIT/RRz0G/atETBks15LXPX24=
github.com/xtaci/qpp v1.0.3/go.mod h1:dJS3usaXNMbWxZSWCAdxz01UgJcz9wXDkd4BccDY/V0=
github.com/xtaci/qpp v1.0.4 h1:tIEul2yMdUv+Zk9w3ktZYJ2wOUeeOjmUnABA/zOt7C0=
github.com/xtaci/qpp v1.0.4/go.mod h1:dJS3usaXNMbWxZSWCAdxz01UgJcz9wXDkd4BccDY/V0=
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/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
20 changes: 12 additions & 8 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.0.4
# github.com/xtaci/qpp v1.1.0
## explicit; go 1.22.3
github.com/xtaci/qpp
# github.com/xtaci/smux v1.5.24
Expand Down

0 comments on commit e6305ba

Please sign in to comment.