Skip to content

Commit

Permalink
go mod changes --- ebpfwindows#2
Browse files Browse the repository at this point in the history
  • Loading branch information
vpidatala94 committed Feb 20, 2025
1 parent f8ec0dd commit f3150dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/microsoft/retina
module github.com/vpidatala94/retina

go 1.23.4

Expand Down
4 changes: 2 additions & 2 deletions 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/microsoft/retina/pkg/plugin/hnsstats"
_ "github.com/microsoft/retina/pkg/plugin/pktmon"
_ "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 f3150dd

Please sign in to comment.