aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--doc/build_env.md2
-rw-r--r--go.mod4
-rw-r--r--go.sum4
4 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index c5bdb1e..72a4861 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/go.mod b/go.mod
index 9bbfcec..61cb53b 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)
diff --git a/go.sum b/go.sum
index 88969a2..77a8159 100644
--- a/go.sum
+++ b/go.sum
@@ -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=