diff options
author | github-actions <github-actions@github.com> | 2024-12-07 10:27:22 +0000 |
---|---|---|
committer | github-actions <github-actions@github.com> | 2024-12-07 10:27:22 +0000 |
commit | 35f553ec834d0b1914388348430906022d69261e (patch) | |
tree | 7d04f4cfb4bcb4b146197d7660df218eb0ba2016 | |
parent | 99fe8c78aeecfb458c754338e872a6b84de1cc7f (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-20241205211435-fed47e8f13cf +require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241207102427-aee7c77cb835 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-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/mt-multiserver-proxy v0.0.0-20241207102427-aee7c77cb835 h1:GiG37KZZhxNz7DYrm2TtSTNTmQpAsgGx3pUCb51tjxI= +github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241207102427-aee7c77cb835/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= |