aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2024-10-11 21:32:21 +0000
committergithub-actions <github-actions@github.com>2024-10-11 21:32:21 +0000
commit2d6267a87379149bc4f29ce1db59a379ad5575cb (patch)
treeb054440f8ed7e353a2cc57458f0f52828825baf2
parent0b9f1bcfad5dfebc0748d6a3089a817c19bddf9f (diff)
auto-upgrade proxy
-rw-r--r--go.mod4
-rw-r--r--go.sum8
2 files changed, 6 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 8137c5e..ac53077 100644
--- a/go.mod
+++ b/go.mod
@@ -4,10 +4,10 @@ go 1.21
toolchain go1.21.4
-require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241010153109-2d92c42ab0f6
+require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241011213001-9e2212367e5d
require (
- github.com/HimbeerserverDE/mt v0.0.0-20240823094226-df181fce5c15 // indirect
+ github.com/HimbeerserverDE/mt v0.0.0-20241011190021-0f652a56d16b // indirect
github.com/HimbeerserverDE/srp v0.0.0 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/lib/pq v1.10.9 // indirect
diff --git a/go.sum b/go.sum
index 9f4f1ef..1b33827 100644
--- a/go.sum
+++ b/go.sum
@@ -1,7 +1,7 @@
-github.com/HimbeerserverDE/mt v0.0.0-20240823094226-df181fce5c15 h1:86stIHwxjRe6LB0PJKSgFiM6/PpjgAjA7S/X1L22ub8=
-github.com/HimbeerserverDE/mt v0.0.0-20240823094226-df181fce5c15/go.mod h1:RSf7NAuQ5zZC6CTPj5ey/uXPHOdu/oiIvHT8tH3fWK8=
-github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241010153109-2d92c42ab0f6 h1:mOJ84jDezMsPC4vLlLx1rUqtU7y+9IPJXXNo5firG6Q=
-github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241010153109-2d92c42ab0f6/go.mod h1:Je0mybLm6M3HcJPGe9mOWfo0+YHJol/XXlu6UPcc0mM=
+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-20241011213001-9e2212367e5d h1:trZ9Ah5AF1WRDPLLCB98YqGGoCMfPvwLcIv8YT2Tgcg=
+github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241011213001-9e2212367e5d/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=