-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go.mod: remove replace inet.af/tcpproxy => github.com/inetaf/tcpproxy
#409
go.mod: remove replace inet.af/tcpproxy => github.com/inetaf/tcpproxy
#409
Conversation
By copying <https://github.com/inetaf/tcpproxy/blob/91f861402626/tcpproxy.go> to `pkg/tcpproxy/tcpproxy.go`. Signed-off-by: Akihiro Suda <[email protected]>
Signed-off-by: Akihiro Suda <[email protected]>
type Matcher func(ctx context.Context, hostname string) bool | ||
|
||
// equals is a trivial Matcher that implements string equality. | ||
func equals(want string) Matcher { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(This unused function had to be removed to silence the linter)
Test failure is irrelevant https://github.com/containers/gvisor-tap-vsock/actions/runs/11388213298/job/31684676909?pr=409
|
cf05e4f
to
4589f51
Compare
Signed-off-by: Akihiro Suda <[email protected]>
4589f51
to
aa45f1b
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AkihiroSuda, cfergeau The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
78d4944
into
containers:main
By copying https://github.com/inetaf/tcpproxy/blob/91f861402626/tcpproxy.go to
pkg/tcpproxy/tcpproxy.go
.