Skip to content

Commit

Permalink
proxylib: Remove proxylib module
Browse files Browse the repository at this point in the history
This module is moved to cilium/proxy as part of the below PR, the main
reason is to make sure that cilium/proxy container image is fully
self-contained, and has no dependency with cilium/cilium.

cilium/proxy#232
Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras authored and nathanjsweet committed Jun 26, 2023
1 parent cf3a023 commit 51fc881
Show file tree
Hide file tree
Showing 41 changed files with 5 additions and 7,825 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ jenkinsfiles @cilium/ci-structure
/pkg/versioncheck/ @cilium/sig-agent
/plugins/cilium-cni/ @cilium/sig-k8s
/plugins/cilium-docker/ @cilium/docker
/proxylib/ @cilium/proxy
/README.rst @cilium/docs-structure
/SECURITY.md @cilium/contributing
/stable.txt @cilium/tophat
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/cilium/fake v0.4.0
github.com/cilium/kafka v0.0.0-20180809090225-01ce283b732b
github.com/cilium/lumberjack/v2 v2.3.0
github.com/cilium/proxy v0.0.0-20230605062141-384b5008dce4
github.com/cilium/proxy v0.0.0-20230623092907-8fddead4e52c
github.com/cilium/workerpool v1.2.0
github.com/containernetworking/cni v1.1.2
github.com/containernetworking/plugins v1.3.0
Expand Down
20 changes: 2 additions & 18 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 0 additions & 35 deletions proxylib/Makefile

This file was deleted.

100 changes: 0 additions & 100 deletions proxylib/accesslog/client.go

This file was deleted.

0 comments on commit 51fc881

Please sign in to comment.