Skip to content

Commit

Permalink
upgrade deps to kcp-go
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Jul 31, 2024
1 parent 96054d9 commit 018976b
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 32 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/golang/snappy v0.0.4
github.com/pkg/errors v0.9.1
github.com/urfave/cli v1.22.15
github.com/xtaci/kcp-go/v5 v5.6.11
github.com/xtaci/kcp-go/v5 v5.6.12
github.com/xtaci/qpp v1.1.17
github.com/xtaci/smux v1.5.26
github.com/xtaci/tcpraw v1.2.25
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ github.com/xtaci/kcp-go/v5 v5.6.11-0.20240727170218-cc0944139b9e h1:cY3dqRgkkEcG
github.com/xtaci/kcp-go/v5 v5.6.11-0.20240727170218-cc0944139b9e/go.mod h1:GSs9Z62r41kTb4CxKaRKr6ED+j7I0sUvj7Koql/RN6c=
github.com/xtaci/kcp-go/v5 v5.6.11 h1:I2fPv8wSxV1hp21VVKUzABB8T/e3T177keaEzIicJXA=
github.com/xtaci/kcp-go/v5 v5.6.11/go.mod h1:GSs9Z62r41kTb4CxKaRKr6ED+j7I0sUvj7Koql/RN6c=
github.com/xtaci/kcp-go/v5 v5.6.12-0.20240731065752-bf6f88f91861 h1:1T5wqOvT/8o6L1wiMmwy6OeaXCscRJ8Xqx1p+MTGlS8=
github.com/xtaci/kcp-go/v5 v5.6.12-0.20240731065752-bf6f88f91861/go.mod h1:GSs9Z62r41kTb4CxKaRKr6ED+j7I0sUvj7Koql/RN6c=
github.com/xtaci/kcp-go/v5 v5.6.12 h1:49PY4MbRz5CmwNzdZpREgqdAbP4QVQvCmJwjl9gpOeY=
github.com/xtaci/kcp-go/v5 v5.6.12/go.mod h1:GSs9Z62r41kTb4CxKaRKr6ED+j7I0sUvj7Koql/RN6c=
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae h1:J0GxkO96kL4WF+AIT3M4mfUVinOCPgf2uUWYFUzN0sM=
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae/go.mod h1:gXtu8J62kEgmN++bm9BVICuT/e8yiLI2KFobd/TRFsE=
github.com/xtaci/qpp v1.1.17 h1:w35NYqF3wOBoAMs+2qA2XFjkNQ12mugw51CUJ7OcTzo=
Expand Down
6 changes: 3 additions & 3 deletions vendor/github.com/xtaci/kcp-go/v5/README.md

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

Binary file removed vendor/github.com/xtaci/kcp-go/v5/flame.png
Binary file not shown.
Binary file removed vendor/github.com/xtaci/kcp-go/v5/frame.png
Binary file not shown.
Binary file removed vendor/github.com/xtaci/kcp-go/v5/kcp-go.png
Binary file not shown.
30 changes: 7 additions & 23 deletions vendor/github.com/xtaci/kcp-go/v5/kcp.go

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

8 changes: 4 additions & 4 deletions vendor/github.com/xtaci/kcp-go/v5/sess.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 @@ -44,7 +44,7 @@ github.com/tjfoc/gmsm/sm4
# github.com/urfave/cli v1.22.15
## explicit; go 1.11
github.com/urfave/cli
# github.com/xtaci/kcp-go/v5 v5.6.11
# github.com/xtaci/kcp-go/v5 v5.6.12
## explicit; go 1.21
github.com/xtaci/kcp-go/v5
# github.com/xtaci/qpp v1.1.17
Expand Down

0 comments on commit 018976b

Please sign in to comment.