-
Notifications
You must be signed in to change notification settings - Fork 20.1k
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
all: make vendored copy of reexec #28382
Conversation
3349e81
to
2b85177
Compare
AGPL will taint the license of go-ethereum. We should just find another solution that isn't a copy of Docker's library. |
Sorry I got confused about the license. AGPL usually stands for the GNU Affero General Public License which would mess with our LGPL terms. |
Oh right, my bad, I got my acronyms mixed up |
I have moved it to internal/ because consumers of go-ethereum should not use this package. We just need it for our tests. |
a little copying is better than a little dependency -- go proverb We have this dependency on docker, a.k.a moby: a gigantic library, and we only need ~70 LOC, so here I tried moving it inline instead. Co-authored-by: Felix Lange <fjl@twurst.com>
This reverts commit 5f793d2.
This reverts commit 5f793d2.
a little copying is better than a little dependency -- go proverb We have this dependency on docker, a.k.a moby: a gigantic library, and we only need ~70 LOC, so here I tried moving it inline instead. Co-authored-by: Felix Lange <fjl@twurst.com>
a little copying is better than a little dependency -- go proverb We have this dependency on docker, a.k.a moby: a gigantic library, and we only need ~70 LOC, so here I tried moving it inline instead. Co-authored-by: Felix Lange <fjl@twurst.com>
-- go proverb
We have this dependency on docker, a.k.a moby: a gigantic library, and we only need ~70 LOC, so here I tried moving it inline instead.