aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index bd7fda4..212ec69 100644
--- a/go.mod
+++ b/go.mod
@@ -2,12 +2,12 @@ module github.com/HimbeerserverDE/mt-multiserver-chatcommands
go 1.18
-require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20231111101646-8ecf41a01f54
+require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20231126152943-350dfe00d95a
require (
github.com/HimbeerserverDE/mt v0.0.0-20230608181626-b0bf21e31b42 // indirect
github.com/HimbeerserverDE/srp v0.0.0 // indirect
- github.com/klauspost/compress v1.17.2 // indirect
+ github.com/klauspost/compress v1.17.3 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/mattn/go-sqlite3 v1.14.18 // indirect
)