Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit f54f351

Browse files
Bump github.com/xtaci/kcp-go/v5 from 5.6.60 to 5.6.61 (#1025)
Bumps [github.com/xtaci/kcp-go/v5](https://github.com/xtaci/kcp-go) from 5.6.60 to 5.6.61. - [Release notes](https://github.com/xtaci/kcp-go/releases) - [Commits](xtaci/kcp-go@v5.6.60...v5.6.61) --- updated-dependencies: - dependency-name: github.com/xtaci/kcp-go/v5 dependency-version: 5.6.61 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63556e5 commit f54f351

File tree

5 files changed

+58
-12
lines changed

5 files changed

+58
-12
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/golang/snappy v1.0.0
66
github.com/pkg/errors v0.9.1
77
github.com/urfave/cli v1.22.17
8-
github.com/xtaci/kcp-go/v5 v5.6.60
8+
github.com/xtaci/kcp-go/v5 v5.6.61
99
github.com/xtaci/qpp v1.1.24
1010
github.com/xtaci/smux v1.5.49
1111
github.com/xtaci/tcpraw v1.2.32

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ github.com/tjfoc/gmsm v1.4.1 h1:aMe1GlZb+0bLjn+cKTPEvvn9oUEBlJitaZiiBwsbgho=
6464
github.com/tjfoc/gmsm v1.4.1/go.mod h1:j4INPkHWMrhJb38G+J6W4Tw0AbuN8Thu3PbdVYhVcTE=
6565
github.com/urfave/cli v1.22.17 h1:SYzXoiPfQjHBbkYxbew5prZHS1TOLT3ierW8SYLqtVQ=
6666
github.com/urfave/cli v1.22.17/go.mod h1:b0ht0aqgH/6pBYzzxURyrM4xXNgsoT/n2ZzwQiEhNVo=
67-
github.com/xtaci/kcp-go/v5 v5.6.60 h1:Z4EZ793htKDlUKxnFz9Ky5XmSUHYPwsYDIwzRsSnuBQ=
68-
github.com/xtaci/kcp-go/v5 v5.6.60/go.mod h1:9O3D8WR+cyyUjGiTILYfg17vn72otWuXK2AFfqIe6CM=
67+
github.com/xtaci/kcp-go/v5 v5.6.61 h1:ajm12pGuWO+GWQNusPyPESC7Rq0yTC2rEXVYkM8ExOg=
68+
github.com/xtaci/kcp-go/v5 v5.6.61/go.mod h1:9O3D8WR+cyyUjGiTILYfg17vn72otWuXK2AFfqIe6CM=
6969
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae h1:J0GxkO96kL4WF+AIT3M4mfUVinOCPgf2uUWYFUzN0sM=
7070
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae/go.mod h1:gXtu8J62kEgmN++bm9BVICuT/e8yiLI2KFobd/TRFsE=
7171
github.com/xtaci/qpp v1.1.24 h1:48GS4GvMs2G5qwnCaYZAQrcTTup6Gkjed2mGupBCUyA=

vendor/github.com/xtaci/kcp-go/v5/README.md

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

vendor/github.com/xtaci/kcp-go/v5/README_zh.md

Lines changed: 27 additions & 4 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/tjfoc/gmsm/sm4
3838
# github.com/urfave/cli v1.22.17
3939
## explicit; go 1.11
4040
github.com/urfave/cli
41-
# github.com/xtaci/kcp-go/v5 v5.6.60
41+
# github.com/xtaci/kcp-go/v5 v5.6.61
4242
## explicit; go 1.24.0
4343
github.com/xtaci/kcp-go/v5
4444
# github.com/xtaci/qpp v1.1.24

0 commit comments

Comments
 (0)