[PR #4719] [CLOSED] Dependency updates and small adjustments to account for deprecations #5032

Closed
opened 2026-05-05 14:53:24 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4719
Author: @earth-sol
Created: 3/16/2025
Status: Closed

Base: devHead: dep-updates


📝 Commits (2)

  • 79d434b Dependency updates and small adjustments to account for deprecations
  • c60827e Update root.go

📊 Changes

15 files changed (+796 additions, -667 deletions)

View changed files

📝 .circleci/config.yml (+1 -1)
📝 .github/workflows/golangci-lint.yml (+5 -3)
📝 .github/workflows/goreleaser.yml (+2 -2)
📝 Release.md (+53 -2)
📝 cmd/frpc/sub/root.go (+1 -1)
📝 cmd/frps/root.go (+1 -1)
📝 dockerfiles/Dockerfile-for-frpc (+2 -2)
📝 dockerfiles/Dockerfile-for-frps (+2 -2)
📝 go.mod (+41 -44)
📝 go.sum (+88 -91)
📝 pkg/util/net/kcp.go (+2 -2)
📝 web/frpc/package.json (+1 -1)
📝 web/frpc/yarn.lock (+298 -257)
📝 web/frps/package.json (+1 -1)
📝 web/frps/yarn.lock (+298 -257)

📄 Description

Changes

  • Go version update to 1.24.1
  • 40+ dependency updates (primarily focused on security vulnerability fixes)
  • GoReleaser workflow update to specify version range instead of latest
  • GoLangCI workflow update to output format
  • cmd/frps/root.go & cmd/frpc/root.go updates use .toml instead of .ini
  • Removal of SetStreamMode(true) from pkg/util/net/kcp.go as it is default behavior and the function is being deprecated

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/4719 **Author:** [@earth-sol](https://github.com/earth-sol) **Created:** 3/16/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dep-updates` --- ### 📝 Commits (2) - [`79d434b`](https://github.com/fatedier/frp/commit/79d434bf8d17b2005c0c725402c568f82223aff1) Dependency updates and small adjustments to account for deprecations - [`c60827e`](https://github.com/fatedier/frp/commit/c60827e0685c3274fd98d25a68f1d42825a9084b) Update root.go ### 📊 Changes **15 files changed** (+796 additions, -667 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+1 -1) 📝 `.github/workflows/golangci-lint.yml` (+5 -3) 📝 `.github/workflows/goreleaser.yml` (+2 -2) 📝 `Release.md` (+53 -2) 📝 `cmd/frpc/sub/root.go` (+1 -1) 📝 `cmd/frps/root.go` (+1 -1) 📝 `dockerfiles/Dockerfile-for-frpc` (+2 -2) 📝 `dockerfiles/Dockerfile-for-frps` (+2 -2) 📝 `go.mod` (+41 -44) 📝 `go.sum` (+88 -91) 📝 `pkg/util/net/kcp.go` (+2 -2) 📝 `web/frpc/package.json` (+1 -1) 📝 `web/frpc/yarn.lock` (+298 -257) 📝 `web/frps/package.json` (+1 -1) 📝 `web/frps/yarn.lock` (+298 -257) </details> ### 📄 Description ### Changes - Go version update to 1.24.1 - 40+ dependency updates (primarily focused on security vulnerability fixes) - GoReleaser workflow update to specify version range instead of latest - GoLangCI workflow update to output format - cmd/frps/root.go & cmd/frpc/root.go updates use .toml instead of .ini - Removal of SetStreamMode(true) from pkg/util/net/kcp.go as it is default behavior and the function is being deprecated --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:53:24 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#5032
No description provided.