Skip to content

Commit

Permalink
fix 5.6.x compatibility: upgrade proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
HimbeerserverDE committed Jun 8, 2023
1 parent cbafcda commit 4020944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/HimbeerserverDE/mt-multiserver-chatcommands

go 1.18

require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20230608161930-71e1c73fe52d
require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20230608165507-b713cd06e5eb

require (
github.com/HimbeerserverDE/mt v0.0.0-20230608161750-969e5ea5c77e // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/HimbeerserverDE/mt v0.0.0-20230608161750-969e5ea5c77e h1:nnbCcC6sDk68dGVqFLuVFOuw1hX8vxuyuS0qIYOk7BU=
github.com/HimbeerserverDE/mt v0.0.0-20230608161750-969e5ea5c77e/go.mod h1:RSf7NAuQ5zZC6CTPj5ey/uXPHOdu/oiIvHT8tH3fWK8=
github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20230608161930-71e1c73fe52d h1:RUpIVVFPrIc/4TCkY8IX0XcPOAHBDjOGqS7QHUHzNWg=
github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20230608161930-71e1c73fe52d/go.mod h1:JKDtugERaA+6uXTny4aL96oW6rw5rtwPBXGRVTzeoUU=
github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20230608165507-b713cd06e5eb h1:zX/tJdcSHiPHdQlSXrVwkXVNjflFzMQB9ff3xl2Ua0o=
github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20230608165507-b713cd06e5eb/go.mod h1:JKDtugERaA+6uXTny4aL96oW6rw5rtwPBXGRVTzeoUU=
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 h1:IFV2oUNUzZaz+XyusxpLzpzS8Pt5rh0Z16For/djlyI=
Expand Down

0 comments on commit 4020944

Please sign in to comment.