tianon / gosu

Simple Go-based setuid+setgid+setgroups+exec
Apache License 2.0
4.68k stars 312 forks source link

setup-user: use github.com/moby/sys/user #134

Closed neersighted closed 10 months ago

neersighted commented 11 months ago

Use the new github.com/moby/sys/user module (and clean up the dependency tree) to remove the runc dependency and reduce the possibility of future conflicts resulting from dependencies.

neersighted commented 10 months ago

Oh, shoot, I kept that commit message from runc. That should be dropped here.

tianon commented 10 months ago

Ah, that makes more sense :smile:

Would you like to update, or should I instead just squash and merge? (I have no strong preference either way)

eshafaq1 commented 10 months ago

TY @neersighted