Skip to content

Commit

Permalink
fix: update to newer raknet lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhaillav committed Dec 22, 2023
1 parent ec1acb8 commit f67b254
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 @@ -3,7 +3,7 @@ module github.com/OpenFarLands/TheStoneProxy
go 1.21.0

require (
github.com/OpenFarLands/go-raknet v1.12.9
github.com/OpenFarLands/go-raknet v1.12.10
github.com/pelletier/go-toml/v2 v2.1.0
github.com/prometheus/client_golang v1.17.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/OpenFarLands/go-raknet v1.12.9 h1:DECYYF9HrSkcz6IlEnpnaxhfb7dthpBHYt6h2Z1dMqc=
github.com/OpenFarLands/go-raknet v1.12.9/go.mod h1:iHoHECd5WJuPZenpM7hO2xy6x8zZijB97D0gO4RvKn8=
github.com/OpenFarLands/go-raknet v1.12.10 h1:8J3hcGcFY09QonS91bj3wvNuIxOSXXvnCsjqzmH4zWc=
github.com/OpenFarLands/go-raknet v1.12.10/go.mod h1:iHoHECd5WJuPZenpM7hO2xy6x8zZijB97D0gO4RvKn8=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
Expand Down

0 comments on commit f67b254

Please sign in to comment.