diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/build_env.md | 2 | ||||
-rw-r--r-- | go.mod | 4 | ||||
-rw-r--r-- | go.sum | 4 |
4 files changed, 6 insertions, 6 deletions
@@ -7,7 +7,7 @@ multiple Minetest servers together. It is the successor to multiserver. This project was made possible by [anon55555's mt module](https://github.com/anon55555/mt). ## Installation -Go 1.17 or higher is required. Run +Go 1.18 or higher is required. Run `go install github.com/HimbeerserverDE/mt-multiserver-proxy/cmd/mt-multiserver-proxy@latest` diff --git a/doc/build_env.md b/doc/build_env.md index 8c3105a..88c9bda 100644 --- a/doc/build_env.md +++ b/doc/build_env.md @@ -1,7 +1,7 @@ # Build environment ## `go version` ``` -go version go1.17.6 linux/amd64 +go version go1.18.1 linux/amd64 ``` ## Build commands All commands are run in the project root directory. @@ -1,8 +1,8 @@ module github.com/HimbeerserverDE/mt-multiserver-proxy -go 1.17 +go 1.18 require ( - github.com/HimbeerserverDE/srp v0.0.0-20210331172529-2b5dbec6b82b + github.com/HimbeerserverDE/srp v0.0.0 github.com/anon55555/mt v0.0.0-20210919124550-bcc58cb3048f ) @@ -1,4 +1,4 @@ -github.com/HimbeerserverDE/srp v0.0.0-20210331172529-2b5dbec6b82b h1:xqNC1S76U5U+eFyzr5Ld+8aPOLaDFCw6f1uddjui+h8= -github.com/HimbeerserverDE/srp v0.0.0-20210331172529-2b5dbec6b82b/go.mod h1:pxNH8S2nh4n2DWE0ToX5GnnDr/uEAuaAhJsCpkDLIWw= +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= github.com/anon55555/mt v0.0.0-20210919124550-bcc58cb3048f/go.mod h1:jH4ER+ahjl7H6TczzK+q4V9sXY++U2Geh6/vt3r4Xvs= |