aboutsummaryrefslogtreecommitdiff
path: root/comp_auth.go
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-06-09 00:20:27 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-06-09 00:20:27 +0200
commit97255297564bfdca579b3b66e860f1d2faea4980 (patch)
tree8ac7ef8c91dc600a7f981233e448c6a165b1fff8 /comp_auth.go
parent7132ab02479fb73fe4926750469bde3a81bc769d (diff)
downloadhydra-dragonfire-97255297564bfdca579b3b66e860f1d2faea4980.tar.xz
Use dragonfire fork of mt
Diffstat (limited to 'comp_auth.go')
-rw-r--r--comp_auth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/comp_auth.go b/comp_auth.go
index 5d3f838..a017cc7 100644
--- a/comp_auth.go
+++ b/comp_auth.go
@@ -2,7 +2,7 @@ package main
import (
"github.com/HimbeerserverDE/srp"
- "github.com/anon55555/mt"
+ "github.com/dragonfireclient/mt"
"github.com/dragonfireclient/hydra-dragonfire/convert"
"github.com/yuin/gopher-lua"
"strings"