aboutsummaryrefslogtreecommitdiff
path: root/content.go
diff options
context:
space:
mode:
Diffstat (limited to 'content.go')
-rw-r--r--content.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/content.go b/content.go
index 5348255..616e3a0 100644
--- a/content.go
+++ b/content.go
@@ -12,9 +12,9 @@ import (
"sync"
"time"
+ "github.com/HimbeerserverDE/mt"
+ "github.com/HimbeerserverDE/mt/rudp"
"github.com/HimbeerserverDE/srp"
- "github.com/anon55555/mt"
- "github.com/anon55555/mt/rudp"
)
var disallowedChars = regexp.MustCompile("[^a-zA-Z0-9-_.:]")