diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-02-03 10:44:12 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-02-03 10:44:12 +0100 |
commit | adf673652d1c99f78f7d98a23d32e002fb0312cf (patch) | |
tree | 63800c17b0544d68f5349efbcb9577b7e0a3b599 | |
parent | ee1306b71b79aaf1b8af47939323bd1ef79739d5 (diff) |
update mt: fix ToCltEyeOffset and ToCltSkyParams 5.8 incompatibility
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ module github.com/HimbeerserverDE/mt-multiserver-proxy go 1.21 require ( - github.com/HimbeerserverDE/mt v0.0.0-20240117134628-8d80038fd9e2 + github.com/HimbeerserverDE/mt v0.0.0-20240203094111-bb14b01817d4 github.com/HimbeerserverDE/srp v0.0.0 github.com/lib/pq v1.10.9 github.com/mattn/go-sqlite3 v1.14.18 @@ -1,5 +1,5 @@ -github.com/HimbeerserverDE/mt v0.0.0-20240117134628-8d80038fd9e2 h1:FQWLAy6qvyZHlsSG8mge72zp15fNZ06gS0SATny/WWc= -github.com/HimbeerserverDE/mt v0.0.0-20240117134628-8d80038fd9e2/go.mod h1:RSf7NAuQ5zZC6CTPj5ey/uXPHOdu/oiIvHT8tH3fWK8= +github.com/HimbeerserverDE/mt v0.0.0-20240203094111-bb14b01817d4 h1:KSmsoByArj6OKMtXBqq+6Cgj+BKqRFoSWAZBmmE4Ttc= +github.com/HimbeerserverDE/mt v0.0.0-20240203094111-bb14b01817d4/go.mod h1:RSf7NAuQ5zZC6CTPj5ey/uXPHOdu/oiIvHT8tH3fWK8= 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= |