chore: rename module paths to github.com/oioio-space/pkt#2
Open
oioio-space wants to merge 2 commits into
Open
Conversation
…ready open; fix signal handling in examples - Drop WithACL and WithUserAccess options: WinDivert's DACL (SDDL_DEVOBJ_SYS_ALL_ADM_ALL) is set by the WDF driver at device creation and cannot be overridden from userspace; admin is always required. - windivert.Open: try OpenDevice first, install the SCM service only when the device is not yet available (supports persistent installs). - Examples (capture/drop/filter/modify-payload): replace goroutine+ channel shutdown pattern with a select loop on ctx.Done() for clean Ctrl-C handling without data races. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update all go.mod module declarations, replace directives, require entries, and Go import paths from pkt/* to github.com/oioio-space/pkt/* to match the published repository URL. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update all
go.modmodule declarations, replace directives, require entries, and Go import paths frompkt/*togithub.com/oioio-space/pkt/*to match the published repository URL.