Skip to content
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, vendor: use github.com/cilium/dns fork directly #27582

Merged
merged 1 commit into from
Aug 26, 2023

Commits on Aug 25, 2023

  1. go.mod, vendor: use github.com/cilium/dns fork directly

    We have been maintaining and using that fork for a long time and it
    looks like the custom changes won't make it upstream any time soon.
    
    There are no other vendored dependencies using miekg/dns, so switching
    to the cilium/dns fork shouldn't have any side effects. The fork's
    module name was changed to match its import path in
    cilium/dns#4.
    
    Let's replace the github.com/miekg/dns import path by
    github.com/cilium/dns to get rid of another replace directive in go.mod
    and thus make life a tiny bit easier for downstream packages importing
    github.com/cilium/cilium.
    
    Signed-off-by: Tobias Klauser <tobias@cilium.io>
    tklauser committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1c22d85 View commit details
    Browse the repository at this point in the history