Skip to content

Commit 6e1766e

Browse files
committed
Fix required modules in tools
1 parent 88babb2 commit 6e1766e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/exporter/exporter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"net/netip"
1212

1313
"github.com/nttcom/fluvia/pkg/client"
14-
"github.com/nttcom/fluvia/pkg/packet/ipfix"
14+
"github.com/nttcom/fluvia/pkg/ipfix"
1515
)
1616

1717
func main() {

0 commit comments

Comments
 (0)