From 78724e69cbf8b423155265aa3538f07c3fd0b789 Mon Sep 17 00:00:00 2001 From: Elazar Gershuni Date: Wed, 6 Mar 2024 15:58:30 +0200 Subject: [PATCH] fix makefile --- Makefile | 2 +- pkg/connectionset/statefulness_test.go | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9a9eb26..d584912 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -REPOSITORY := github.com/np-guard/common +REPOSITORY := github.com/np-guard/models mod: go.mod @echo -- $@ -- diff --git a/pkg/connectionset/statefulness_test.go b/pkg/connectionset/statefulness_test.go index d34930f..ae935df 100644 --- a/pkg/connectionset/statefulness_test.go +++ b/pkg/connectionset/statefulness_test.go @@ -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 {