mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #2452] [MERGED] update third party packages #4578
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4578
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:dep📝 Commits (7)
80e0761update dependency github.com/prometheus/client_golang to v1.11.0e3058b1update dependency github.com/rodaine/table to v1.0.12d7e30aupdate github.com/spf13/cobra to v1.1.33bbb838update github.com/stretchr/testify to v1.7.0327c263update k8s.io/apimachinery to v0.21.246ef9cbupdate github.com/pires/go-proxyproto to v0.5.03a07475add 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.