[PR #760] [MERGED] move some packages to golib (https://github.com/fatedier/golib) #4251

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/760
Author: @fatedier
Created: 5/11/2018
Status: Merged
Merged: 5/11/2018
Merged by: @fatedier

Base: devHead: vendor


📝 Commits (10+)

📊 Changes

1251 files changed (+4221 additions, -316616 deletions)

View changed files

Gopkg.lock (+173 -0)
Gopkg.toml (+70 -0)
📝 client/control.go (+5 -2)
📝 client/proxy.go (+4 -3)
📝 client/proxy_manager.go (+2 -1)
📝 client/visitor.go (+3 -2)
📝 cmd/frpc/main.go (+4 -0)
📝 cmd/frps/main.go (+6 -0)
glide.lock (+0 -83)
glide.yaml (+0 -74)
📝 models/config/proxy.go (+2 -0)
📝 models/errors/errors.go (+5 -2)
📝 models/msg/ctl.go (+21 -26)
📝 models/msg/msg.go (+20 -36)
models/msg/pack_test.go (+0 -87)
models/msg/process_test.go (+0 -97)
📝 models/plugin/http_proxy.go (+4 -2)
📝 models/plugin/plugin.go (+2 -1)
📝 models/plugin/unix_domain_socket.go (+2 -1)
📝 models/proto/udp/udp.go (+3 -2)

...and 80 more files

📄 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/760 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/11/2018 **Status:** ✅ Merged **Merged:** 5/11/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `vendor` --- ### 📝 Commits (10+) - [`8a6d6c5`](https://github.com/fatedier/frp/commit/8a6d6c534af6c4f67833e701f71628f47f3e8373) vendor: udpate - [`dd8f788`](https://github.com/fatedier/frp/commit/dd8f788ca40f6813391d3f6319007ef20b8bdb19) use dep instead of glide - [`1dd7317`](https://github.com/fatedier/frp/commit/1dd7317c0634286bd2ec6a293f959fbc42e2b78c) vendor: add package io - [`a27e3dd`](https://github.com/fatedier/frp/commit/a27e3dda88513625399f8b878eb4e256a8de9d33) vendor: update shutdown - [`20fcb58`](https://github.com/fatedier/frp/commit/20fcb5843789f1b9a3dfc09d2b5efde93e3a732d) vendor: add package golib/net - [`071cbf4`](https://github.com/fatedier/frp/commit/071cbf4b15a80e1d79e5995d4a1fd79862fe6dd9) vendor: update - [`b2a2037`](https://github.com/fatedier/frp/commit/b2a2037032a5ff0983fbde0c37749f66be6d994a) change accept connection error loglevel to debug - [`1464836`](https://github.com/fatedier/frp/commit/1464836f05b8aaaa44add4fde85dd0f01b84232d) logs panic debug strace info - [`a0fe2fc`](https://github.com/fatedier/frp/commit/a0fe2fc2c23b3aab9ef16390a84057424160525e) vendor: models/msg - [`d9aadab`](https://github.com/fatedier/frp/commit/d9aadab4cbda7531985cf256b04660c23f0450bf) vendor: add golib/msg ### 📊 Changes **1251 files changed** (+4221 additions, -316616 deletions) <details> <summary>View changed files</summary> ➕ `Gopkg.lock` (+173 -0) ➕ `Gopkg.toml` (+70 -0) 📝 `client/control.go` (+5 -2) 📝 `client/proxy.go` (+4 -3) 📝 `client/proxy_manager.go` (+2 -1) 📝 `client/visitor.go` (+3 -2) 📝 `cmd/frpc/main.go` (+4 -0) 📝 `cmd/frps/main.go` (+6 -0) ➖ `glide.lock` (+0 -83) ➖ `glide.yaml` (+0 -74) 📝 `models/config/proxy.go` (+2 -0) 📝 `models/errors/errors.go` (+5 -2) 📝 `models/msg/ctl.go` (+21 -26) 📝 `models/msg/msg.go` (+20 -36) ➖ `models/msg/pack_test.go` (+0 -87) ➖ `models/msg/process_test.go` (+0 -97) 📝 `models/plugin/http_proxy.go` (+4 -2) 📝 `models/plugin/plugin.go` (+2 -1) 📝 `models/plugin/unix_domain_socket.go` (+2 -1) 📝 `models/proto/udp/udp.go` (+3 -2) _...and 80 more files_ </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:38:30 -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#4251
No description provided.