diff options
author | github-actions <github-actions@github.com> | 2023-12-09 17:07:49 +0000 |
---|---|---|
committer | github-actions <github-actions@github.com> | 2023-12-09 17:07:49 +0000 |
commit | 3a78148ed414d79816a5e0d6502de7089e18bd6a (patch) | |
tree | 4d64b7037ccc1ed660eceeb27945c33563ef8cf7 | |
parent | f32d2c24776e513ec215126c85400481ba50af62 (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-20231209165945-15ba78c11f25 +require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20231209170546-56329fdd9c6f require ( github.com/HimbeerserverDE/mt v0.0.0-20231209140543-691802146fb0 // indirect @@ -1,7 +1,7 @@ github.com/HimbeerserverDE/mt v0.0.0-20231209140543-691802146fb0 h1:2OpNDgV5YikqPeE4Df2RucEMKkzFNCkTOsKO+RHetQ8= github.com/HimbeerserverDE/mt v0.0.0-20231209140543-691802146fb0/go.mod h1:RSf7NAuQ5zZC6CTPj5ey/uXPHOdu/oiIvHT8tH3fWK8= -github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20231209165945-15ba78c11f25 h1:pTTd/gzj0iRvqP7Ti71g3mytOeJ7uzmhMmwTGJ85Kfc= -github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20231209165945-15ba78c11f25/go.mod h1:LXjIlQPA4ZMUFVfk42aUPB27KcJ89t3tp6Vs3n+feNg= +github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20231209170546-56329fdd9c6f h1:rAdqJtm0Y67snva7JZv9aUzBKWKHXX3/WMUlBMWbIy0= +github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20231209170546-56329fdd9c6f/go.mod h1:LXjIlQPA4ZMUFVfk42aUPB27KcJ89t3tp6Vs3n+feNg= 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= |