summaryrefslogtreecommitdiff
path: root/server/channel/channel.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/channel/channel.go')
-rw-r--r--server/channel/channel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/channel/channel.go b/server/channel/channel.go
index c9620bf..e2a18c5 100644
--- a/server/channel/channel.go
+++ b/server/channel/channel.go
@@ -4,7 +4,7 @@ import (
"citrons.xyz/talk/proto"
"citrons.xyz/talk/server/object"
"citrons.xyz/talk/server/session"
- "citrons.xyz/talk/server/validate"
+ "citrons.xyz/talk/proto/validate"
"citrons.xyz/talk/server/user"
"strings"
"strconv"