diff options
author | github-actions <github-actions@github.com> | 2024-12-07 13:01:29 +0000 |
---|---|---|
committer | github-actions <github-actions@github.com> | 2024-12-07 13:01:29 +0000 |
commit | 664c0ff1e9885f0daa4cf3a60fc4f1f911daab2d (patch) | |
tree | ded3ec4e259afb5720ffea14177218267ab7e72a | |
parent | 35f553ec834d0b1914388348430906022d69261e (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-20241207102427-aee7c77cb835 +require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241207125739-2fe0cd17e144 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-20241207102427-aee7c77cb835 h1:GiG37KZZhxNz7DYrm2TtSTNTmQpAsgGx3pUCb51tjxI= -github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241207102427-aee7c77cb835/go.mod h1:S3ZQudMG0j8AExnaUeR3EfgTwSWc4I34J7n102UC+jg= +github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241207125739-2fe0cd17e144 h1:AnXl0tPNW3PP+FYVKDKkJ/5VFDPgWqoeyl2YNbmBuus= +github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20241207125739-2fe0cd17e144/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= |