diff options
author | github-actions <github-actions@github.com> | 2024-12-05 21:17:13 +0000 |
---|---|---|
committer | github-actions <github-actions@github.com> | 2024-12-05 21:17:13 +0000 |
commit | 99fe8c78aeecfb458c754338e872a6b84de1cc7f (patch) | |
tree | 0444385e93a61c42a9cb3a96e803a52410b6c98a | |
parent | 1146868006773592b8119dd61bdd95d6136c79b8 (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-20241117164345-3bff2563fae6 +require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241205211435-fed47e8f13cf require ( github.com/HimbeerserverDE/mt v0.0.0-20241011190021-0f652a56d16b // indirect @@ -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-20241117164345-3bff2563fae6 h1:x/Bp44PrODF0yqOY/HVtDRgwgkytYhq9fL14uarF88w= -github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241117164345-3bff2563fae6/go.mod h1:S3ZQudMG0j8AExnaUeR3EfgTwSWc4I34J7n102UC+jg= +github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241205211435-fed47e8f13cf h1:jN/0lbu4m+QjNqD75RVltFqTcChU9HpT7coecxseR98= +github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241205211435-fed47e8f13cf/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= |