Fix import path for stats package

This commit is contained in:
Menno van Leeuwen 2025-05-23 15:20:30 +02:00
parent e136c30266
commit f33de18007
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -8,7 +8,7 @@ import (
"strings" "strings"
"time" "time"
"sshtunnel/pkg/stats" "git.mvl.sh/vleeuwenmenno/sshtunnel/pkg/stats"
) )
// Monitor represents a SSH tunnel traffic monitor // Monitor represents a SSH tunnel traffic monitor