Upgrade Go and dependencies

master
HimbeerserverDE 2022-04-20 19:02:00 +02:00
parent d5325d5703
commit 239b4b9901
No known key found for this signature in database
GPG Key ID: A3D3E205DA0B0401
4 changed files with 6 additions and 6 deletions

View File

@ -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`

View File

@ -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.

4
go.mod
View File

@ -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
)

4
go.sum
View File

@ -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=