diff options
author | github-actions <github-actions@github.com> | 2024-01-24 17:25:26 +0000 |
---|---|---|
committer | github-actions <github-actions@github.com> | 2024-01-24 17:25:26 +0000 |
commit | 718f8defad54adc04ac81f535b6d59c82a13298e (patch) | |
tree | 20e5ed227fe10253e208659402ce30e823a1558e | |
parent | 888a90a522faa7c41552fc34a61e37670d7a03c8 (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-20240124164741-989383aa9fc3 +require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20240124172300-629d57a651b4 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-20240124164741-989383aa9fc3 h1:9NmxfQvwJneUwFhRqxFmRlUSqxU0aTL439wFV+bHBFM= -github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20240124164741-989383aa9fc3/go.mod h1:LXjIlQPA4ZMUFVfk42aUPB27KcJ89t3tp6Vs3n+feNg= +github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20240124172300-629d57a651b4 h1:ZyjkAZgALYN6lsRXtT0iFEHq2lCingaTYcV5ul3T0fU= +github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20240124172300-629d57a651b4/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= |