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

remove vendoring, use Go modules by default #548

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

jaypipes
Copy link
Contributor

@jaypipes jaypipes commented Apr 7, 2024

Removes the vendor/ directory and all vestiges of life before Go modules.

Also updates pkg/utils/testing.go to properly account for non-RHEL
systems, which typically store the pci.ids file at
/usr/share/misc/pci.ids instead of /usr/share/hwdata/pci.ids.

Addresses golint warnings around grpc.DialContext being deprecated by
replacing calls with grpc.NewClient.

Issue #544

@zeeke
Copy link
Member

zeeke commented Apr 16, 2024

hi @jaypipes , can you please rebase and run

go mod tidy

@jaypipes
Copy link
Contributor Author

@zeeke np, all done.

@SchSeba
Copy link
Collaborator

SchSeba commented Apr 24, 2024

The linters are not happy can you please take a look?

Removes the vendor/ directory and all vestiges of life before Go modules.

Also updates pkg/utils/testing.go to properly account for non-RHEL
systems, which typically store the pci.ids file at
/usr/share/misc/pci.ids instead of /usr/share/hwdata/pci.ids.

Issue k8snetworkplumbingwg#544

Signed-off-by: Jay Pipes <jaypipes@gmail.com>
@jaypipes
Copy link
Contributor Author

@SchSeba apologies for the long delay in getting back to this! Rebased from main which should fix any linter failures.

Copy link
Collaborator

@e0ne e0ne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jaypipes
Copy link
Contributor Author

jaypipes commented Jun 1, 2024

@zeeke @SchSeba Hi! :) Can we run the gate tests on this PR please? Thanks in advance!

Copy link
Member

@zeeke zeeke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zeeke zeeke merged commit 1fb8d27 into k8snetworkplumbingwg:master Jun 2, 2024
10 of 11 checks passed
@SchSeba SchSeba mentioned this pull request Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants