diff options
author | github-actions <github-actions@github.com> | 2025-03-26 12:43:33 +0000 |
---|---|---|
committer | github-actions <github-actions@github.com> | 2025-03-26 12:43:33 +0000 |
commit | 6d41b155d9e0bf932a7095d31ba22b3a37f74afc (patch) | |
tree | f14e8d960711ccf5737c5d92b61a58b2cf9f4492 | |
parent | 8ea5400bdd4f68bbccb8f25e8f60c1346d218ff8 (diff) |
auto-upgrade proxy
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ go 1.21 toolchain go1.21.4 -require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250326123609-7800bf490fa9 +require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250326124022-c0a5b96e20a1 require ( github.com/HimbeerserverDE/mt v0.0.0-20250124151607-b2c1ec5b4f2a // indirect @@ -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-20250326123609-7800bf490fa9 h1:iqPPzZrpbEuqZw9e3zhyp56ZmR3h6/OtF+ovd4VrRt8= -github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250326123609-7800bf490fa9/go.mod h1:UXgT5ljeE3/wFZx4MttjygYD5jFzHhnlpXYitZ3E6s4= +github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250326124022-c0a5b96e20a1 h1:GnZTwftlIjk+qheslWhqPoKk2ciEe7rWwcz25pDtSQU= +github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250326124022-c0a5b96e20a1/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= |