aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 8ef9a9a..3f8d025 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/HimbeerserverDE/mt-multiserver-proxy
go 1.21
require (
- github.com/HimbeerserverDE/mt v0.0.0-20231209140543-691802146fb0
+ github.com/HimbeerserverDE/mt v0.0.0-20240117134628-8d80038fd9e2
github.com/HimbeerserverDE/srp v0.0.0
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.18