[PR #2452] [MERGED] update third party packages #4578

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2452
Author: @fatedier
Created: 6/21/2021
Status: Merged
Merged: 6/21/2021
Merged by: @fatedier

Base: devHead: dep


📝 Commits (7)

  • 80e0761 update dependency github.com/prometheus/client_golang to v1.11.0
  • e3058b1 update dependency github.com/rodaine/table to v1.0.1
  • 2d7e30a update github.com/spf13/cobra to v1.1.3
  • 3bbb838 update github.com/stretchr/testify to v1.7.0
  • 327c263 update k8s.io/apimachinery to v0.21.2
  • 46ef9cb update github.com/pires/go-proxyproto to v0.5.0
  • 3a07475 add real ip test

📊 Changes

17 files changed (+609 additions, -126 deletions)

View changed files

📝 .circleci/config.yml (+4 -4)
📝 client/proxy/proxy.go (+5 -5)
📝 cmd/frpc/sub/status.go (+6 -6)
📝 go.mod (+6 -10)
📝 go.sum (+314 -65)
📝 hack/run-e2e.sh (+2 -2)
📝 test/e2e/basic/http.go (+1 -1)
📝 test/e2e/e2e_test.go (+1 -0)
test/e2e/features/bandwidth_limit.go (+47 -0)
📝 test/e2e/features/chaos.go (+1 -1)
📝 test/e2e/features/group.go (+1 -1)
test/e2e/features/real_ip.go (+152 -0)
📝 test/e2e/framework/mockservers.go (+3 -3)
📝 test/e2e/framework/request.go (+5 -1)
📝 test/e2e/mock/server/streamserver/server.go (+16 -19)
📝 test/e2e/pkg/request/request.go (+14 -8)
test/e2e/pkg/rpc/rpc.go (+31 -0)

📄 Description

No description provided


🔄 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/2452 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 6/21/2021 **Status:** ✅ Merged **Merged:** 6/21/2021 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `dep` --- ### 📝 Commits (7) - [`80e0761`](https://github.com/fatedier/frp/commit/80e076155c7a085a740b7cc3703c32ae17defab8) update dependency github.com/prometheus/client_golang to v1.11.0 - [`e3058b1`](https://github.com/fatedier/frp/commit/e3058b15957f63c4cb63c5f0860db1ed0094765e) update dependency github.com/rodaine/table to v1.0.1 - [`2d7e30a`](https://github.com/fatedier/frp/commit/2d7e30a10a08c633faef66423f57567299bbeb66) update github.com/spf13/cobra to v1.1.3 - [`3bbb838`](https://github.com/fatedier/frp/commit/3bbb8384782e8b4aac1951dc6cf213729ce51ee6) update github.com/stretchr/testify to v1.7.0 - [`327c263`](https://github.com/fatedier/frp/commit/327c2632bf29c3835cfb6a5f5c4ceb3c711ce201) update k8s.io/apimachinery to v0.21.2 - [`46ef9cb`](https://github.com/fatedier/frp/commit/46ef9cb8ed37092f93552ed033219b69ab2bceb9) update github.com/pires/go-proxyproto to v0.5.0 - [`3a07475`](https://github.com/fatedier/frp/commit/3a0747550d648cd0ff94d75dbe39f75be96fb679) add real ip test ### 📊 Changes **17 files changed** (+609 additions, -126 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+4 -4) 📝 `client/proxy/proxy.go` (+5 -5) 📝 `cmd/frpc/sub/status.go` (+6 -6) 📝 `go.mod` (+6 -10) 📝 `go.sum` (+314 -65) 📝 `hack/run-e2e.sh` (+2 -2) 📝 `test/e2e/basic/http.go` (+1 -1) 📝 `test/e2e/e2e_test.go` (+1 -0) ➕ `test/e2e/features/bandwidth_limit.go` (+47 -0) 📝 `test/e2e/features/chaos.go` (+1 -1) 📝 `test/e2e/features/group.go` (+1 -1) ➕ `test/e2e/features/real_ip.go` (+152 -0) 📝 `test/e2e/framework/mockservers.go` (+3 -3) 📝 `test/e2e/framework/request.go` (+5 -1) 📝 `test/e2e/mock/server/streamserver/server.go` (+16 -19) 📝 `test/e2e/pkg/request/request.go` (+14 -8) ➕ `test/e2e/pkg/rpc/rpc.go` (+31 -0) </details> ### 📄 Description _No description provided_ --- <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:44:43 -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#4578
No description provided.