Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Elazar Gershuni committed Mar 6, 2024
1 parent 257de41 commit 78724e6
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REPOSITORY := github.com/np-guard/common
REPOSITORY := github.com/np-guard/models

mod: go.mod
@echo -- $@ --
3 changes: 2 additions & 1 deletion pkg/connectionset/statefulness_test.go
Original file line number Diff line number Diff line change
@@ -4,8 +4,9 @@ import (
"fmt"
"testing"

"github.com/np-guard/models/pkg/netp"
"github.com/stretchr/testify/require"

"github.com/np-guard/models/pkg/netp"
)

func newTCPConn(t *testing.T, srcMinP, srcMaxP, dstMinP, dstMaxP int64) *ConnectionSet {

0 comments on commit 78724e6

Please sign in to comment.