Skip to content

Commit

Permalink
go mod changes --- ebpfwindows#3
Browse files Browse the repository at this point in the history
  • Loading branch information
vpidatala94 committed Feb 20, 2025
1 parent f3150dd commit 3aae1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/include_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package plugin

// Plugins self-register via their init() funcs as long as they are imported.
import (
_ "github.com/vpidatala94/retina/pkg/plugin/ebpfwindows"
_ "github.com/vpidatala94/retina/pkg/plugin/hnsstats"
_ "github.com/vpidatala94/retina/pkg/plugin/pktmon"
_ "github.com/vpidatala94/retina/pkg/plugin/ebpfwindows"
)

0 comments on commit 3aae1eb

Please sign in to comment.