aboutsummaryrefslogtreecommitdiff
path: root/common/event/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/event/interface.go')
-rw-r--r--common/event/interface.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/event/interface.go b/common/event/interface.go
index eb73dfa..c3abd97 100644
--- a/common/event/interface.go
+++ b/common/event/interface.go
@@ -5,7 +5,7 @@ import (
"time"
"github.com/pion/webrtc/v3"
- "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2/common/safelog"
+ "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/ptutil/safelog"
)
type SnowflakeEvent interface {