aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2024-01-24 16:49:42 +0000
committergithub-actions <github-actions@github.com>2024-01-24 16:49:42 +0000
commit888a90a522faa7c41552fc34a61e37670d7a03c8 (patch)
treec2084012acbdf68f6d714b48894602dec8e911b4
parent3a78148ed414d79816a5e0d6502de7089e18bd6a (diff)
auto-upgrade proxy
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index e3e6a28..c29383c 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.21
toolchain go1.21.4
-require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20231209170546-56329fdd9c6f
+require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20240124164741-989383aa9fc3
require (
github.com/HimbeerserverDE/mt v0.0.0-20231209140543-691802146fb0 // indirect
diff --git a/go.sum b/go.sum
index 2d364ab..e000cf9 100644
--- a/go.sum
+++ b/go.sum
@@ -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-20231209170546-56329fdd9c6f h1:rAdqJtm0Y67snva7JZv9aUzBKWKHXX3/WMUlBMWbIy0=
-github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20231209170546-56329fdd9c6f/go.mod h1:LXjIlQPA4ZMUFVfk42aUPB27KcJ89t3tp6Vs3n+feNg=
+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/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=