aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2024-12-07 13:18:06 +0000
committergithub-actions <github-actions@github.com>2024-12-07 13:18:06 +0000
commit373f8d5b33f7cab2d68300550ddc3969d816b0ee (patch)
tree6d11d29376f571d5d12f329124925537a7e5a1af
parent664c0ff1e9885f0daa4cf3a60fc4f1f911daab2d (diff)
auto-upgrade proxy
-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 8a5f553..f56e414 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.21
toolchain go1.21.4
-require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241207125739-2fe0cd17e144
+require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241207131518-56cc91a565da
require (
github.com/HimbeerserverDE/mt v0.0.0-20241011190021-0f652a56d16b // indirect
diff --git a/go.sum b/go.sum
index 27f0bb6..864a14a 100644
--- a/go.sum
+++ b/go.sum
@@ -1,7 +1,7 @@
github.com/HimbeerserverDE/mt v0.0.0-20241011190021-0f652a56d16b h1:d6aPHhtgCXZbI//h0aNOOgNbCuDiUG60aMJcBn6OjCk=
github.com/HimbeerserverDE/mt v0.0.0-20241011190021-0f652a56d16b/go.mod h1:RSf7NAuQ5zZC6CTPj5ey/uXPHOdu/oiIvHT8tH3fWK8=
-github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241207125739-2fe0cd17e144 h1:AnXl0tPNW3PP+FYVKDKkJ/5VFDPgWqoeyl2YNbmBuus=
-github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241207125739-2fe0cd17e144/go.mod h1:S3ZQudMG0j8AExnaUeR3EfgTwSWc4I34J7n102UC+jg=
+github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241207131518-56cc91a565da h1:FagAP1Xu6/DRuCqn4ttn/sV11BqNmTBhVOYSFS4J1lY=
+github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241207131518-56cc91a565da/go.mod h1:S3ZQudMG0j8AExnaUeR3EfgTwSWc4I34J7n102UC+jg=
github.com/HimbeerserverDE/srp v0.0.0 h1:Iy2GIF7DJphXXO9NjncLEBO6VsZd8Yhrlxl/qTr09eE=
github.com/HimbeerserverDE/srp v0.0.0/go.mod h1:pxNH8S2nh4n2DWE0ToX5GnnDr/uEAuaAhJsCpkDLIWw=
github.com/klauspost/compress v1.16.5/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=