aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2021-11-27 10:07:31 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2021-11-27 10:07:31 +0100
commit6a6ccd9a7f9c6f324add09b54d33faf99a896eaf (patch)
treef35b5953c2b437275df1ac0305c048517505f56b
parent376b11448e582d02d10f9889d912476b251ddd68 (diff)
Upstream remote media server support
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index d022847..2db75dd 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,7 @@ module github.com/HimbeerserverDE/mt-multiserver-chatcommands
go 1.17
-require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20211119182617-f632c108ae09
+require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20211127090531-90c4865b2467
require (
github.com/HimbeerserverDE/srp v0.0.0-20210331172529-2b5dbec6b82b // indirect
diff --git a/go.sum b/go.sum
index 75980b2..3487a72 100644
--- a/go.sum
+++ b/go.sum
@@ -1,5 +1,5 @@
-github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20211119182617-f632c108ae09 h1:/Y4Sb0h80M6GgvWDGrJUqUXXgysqdjN6ZnsErnVrtqg=
-github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20211119182617-f632c108ae09/go.mod h1:904Iy2bN2+beEv5y0Gl7Xbb6IoiZMlP+Q55gmHYlFp0=
+github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20211127090531-90c4865b2467 h1:wBRNE4LRaPk3snz3/mJVOde2qx20mCsGwsRTnI/nkWo=
+github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20211127090531-90c4865b2467/go.mod h1:904Iy2bN2+beEv5y0Gl7Xbb6IoiZMlP+Q55gmHYlFp0=
github.com/HimbeerserverDE/srp v0.0.0-20210331172529-2b5dbec6b82b h1:xqNC1S76U5U+eFyzr5Ld+8aPOLaDFCw6f1uddjui+h8=
github.com/HimbeerserverDE/srp v0.0.0-20210331172529-2b5dbec6b82b/go.mod h1:pxNH8S2nh4n2DWE0ToX5GnnDr/uEAuaAhJsCpkDLIWw=
github.com/anon55555/mt v0.0.0-20210919124550-bcc58cb3048f h1:tZU8VPYLyRrG3Lj9zBZvTVF5tUGciC/2aUIgTcU4WaM=