summaryrefslogtreecommitdiff
path: root/common/termmon/termmon.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/termmon/termmon.go')
-rw-r--r--common/termmon/termmon.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/termmon/termmon.go b/common/termmon/termmon.go
index 0968817..b95c77d 100644
--- a/common/termmon/termmon.go
+++ b/common/termmon/termmon.go
@@ -36,8 +36,8 @@ import (
"syscall"
"time"
- "github.com/OperatorFoundation/obfs4/common/log"
- "github.com/OperatorFoundation/obfs4/common/pt_extras"
+ "github.com/OperatorFoundation/shapeshifter-dispatcher/common/log"
+ "github.com/OperatorFoundation/shapeshifter-dispatcher/common/pt_extras"
)
var TermMonitorOSInit func(*TermMonitor) error