diff options
author | github-actions <github-actions@github.com> | 2025-03-28 20:02:29 +0000 |
---|---|---|
committer | github-actions <github-actions@github.com> | 2025-03-28 20:02:29 +0000 |
commit | 0e9629f57ed5b3f29dc66aa347790f9568bd6c99 (patch) | |
tree | 8f7173ae6427bbfd92b04e86517c7c3332ba2ac6 | |
parent | 6d41b155d9e0bf932a7095d31ba22b3a37f74afc (diff) |
auto-upgrade proxy
-rw-r--r-- | go.mod | 4 | ||||
-rw-r--r-- | go.sum | 8 |
2 files changed, 6 insertions, 6 deletions
@@ -4,10 +4,10 @@ go 1.21 toolchain go1.21.4 -require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250326124022-c0a5b96e20a1 +require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250328195652-e83988506f03 require ( - github.com/HimbeerserverDE/mt v0.0.0-20250124151607-b2c1ec5b4f2a // indirect + github.com/HimbeerserverDE/mt v0.0.0-20250328195248-7b34834724f7 // 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 @@ -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-20250326124022-c0a5b96e20a1 h1:GnZTwftlIjk+qheslWhqPoKk2ciEe7rWwcz25pDtSQU= -github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250326124022-c0a5b96e20a1/go.mod h1:UXgT5ljeE3/wFZx4MttjygYD5jFzHhnlpXYitZ3E6s4= +github.com/HimbeerserverDE/mt v0.0.0-20250328195248-7b34834724f7 h1:Xn0xM3ykFYj1LzlvcGwaU9lO7OauHXbIiAQ02WXVCwQ= +github.com/HimbeerserverDE/mt v0.0.0-20250328195248-7b34834724f7/go.mod h1:RSf7NAuQ5zZC6CTPj5ey/uXPHOdu/oiIvHT8tH3fWK8= +github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250328195652-e83988506f03 h1:cskUdYqm691zA2z7SIGdYxrHX1guoD1B1JSiE25QQTI= +github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250328195652-e83988506f03/go.mod h1:NTh7INMmBObsfrXr5PtXgtkTDE5tbgWsNgJ5fG2riZw= 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= |