diff options
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ module github.com/HimbeerserverDE/mt-multiserver-chatcommands go 1.18 -require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20220514170657-54c9f9bb8d42 +require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20220515083032-2c55a8e47911 require ( github.com/HimbeerserverDE/srp v0.0.0 // indirect @@ -1,5 +1,5 @@ -github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20220514170657-54c9f9bb8d42 h1:K+jC2rvEbahAA7mC8adydA6iIw2RUvotk6afcQHdj4Y= -github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20220514170657-54c9f9bb8d42/go.mod h1:QcSbqCHaPTEubrFC8TGFVJm9QIH9W03+jzy/TsUfNfw= +github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20220515083032-2c55a8e47911 h1:luXGFPSxibQvV2YD5x9+XFpWSQ/hk/m/sFvoflg70w0= +github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20220515083032-2c55a8e47911/go.mod h1:QcSbqCHaPTEubrFC8TGFVJm9QIH9W03+jzy/TsUfNfw= github.com/HimbeerserverDE/srp v0.0.0 h1:Iy2GIF7DJphXXO9NjncLEBO6VsZd8Yhrlxl/qTr09eE= github.com/HimbeerserverDE/srp v0.0.0/go.mod h1:pxNH8S2nh4n2DWE0ToX5GnnDr/uEAuaAhJsCpkDLIWw= github.com/anon55555/mt v0.0.0-20210919124550-bcc58cb3048f h1:tZU8VPYLyRrG3Lj9zBZvTVF5tUGciC/2aUIgTcU4WaM= |