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 694c203..2771ac0 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-20240605134513-f0c81db0341e
+ github.com/HimbeerserverDE/mt v0.0.0-20240823094226-df181fce5c15
github.com/HimbeerserverDE/srp v0.0.0
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.22