aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2025-01-24 20:25:51 +0000
committergithub-actions <github-actions@github.com>2025-01-24 20:25:51 +0000
commit38274010b4b645f1b685600f8a03b73c38ae9214 (patch)
treee49da55d49be0ebff8b1688a138a1d841ff1082f
parent33c102eb328036448416f224d51f783c968cb514 (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 b7af15f..b985939 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-20250124151947-c1fbf162562e
+require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250124202301-94d917e9dc00
require (
github.com/HimbeerserverDE/mt v0.0.0-20250124151607-b2c1ec5b4f2a // indirect
diff --git a/go.sum b/go.sum
index a8e2f02..b11cb57 100644
--- a/go.sum
+++ b/go.sum
@@ -1,7 +1,7 @@
github.com/HimbeerserverDE/mt v0.0.0-20250124151607-b2c1ec5b4f2a h1:pv/umw2U710+YZUak91C67K3lOIMxuKyFWuDHpV+IfE=
github.com/HimbeerserverDE/mt v0.0.0-20250124151607-b2c1ec5b4f2a/go.mod h1:RSf7NAuQ5zZC6CTPj5ey/uXPHOdu/oiIvHT8tH3fWK8=
-github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250124151947-c1fbf162562e h1:0ysYmCoFTZcJIgzWo6f7htMLtagOuuawpmfdawkfGSQ=
-github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250124151947-c1fbf162562e/go.mod h1:UXgT5ljeE3/wFZx4MttjygYD5jFzHhnlpXYitZ3E6s4=
+github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250124202301-94d917e9dc00 h1:LbhfeAB6WlP5Qzm93LDX9GDWRg/9yeBH6n8QB9iydC8=
+github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250124202301-94d917e9dc00/go.mod h1:UXgT5ljeE3/wFZx4MttjygYD5jFzHhnlpXYitZ3E6s4=
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=