-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a733b0
commit 2636a46
Showing
9 changed files
with
290 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
module github.com/venitynetwork/vhandler | ||
|
||
go 1.22 | ||
go 1.23 | ||
|
||
toolchain go1.22.8 | ||
toolchain go1.23.3 | ||
|
||
require ( | ||
github.com/brentp/intintmap v0.0.0-20190211203843-30dc0ade9af9 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/df-mc/dragonfly v0.9.18 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/df-mc/dragonfly v0.9.20-0.20241128065957-206bf97c6c88 // indirect | ||
github.com/df-mc/goleveldb v1.1.9 // indirect | ||
github.com/df-mc/worldupgrader v1.0.17 // indirect | ||
github.com/go-gl/mathgl v1.1.0 // indirect | ||
github.com/df-mc/worldupgrader v1.0.18 // indirect | ||
github.com/go-gl/mathgl v1.2.0 // indirect | ||
github.com/go-jose/go-jose/v3 v3.0.3 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/muhammadmuzzammil1998/jsonc v1.0.0 // indirect | ||
github.com/pelletier/go-toml v1.9.5 // indirect | ||
github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
github.com/sandertv/go-raknet v1.14.1 // indirect | ||
github.com/sandertv/gophertunnel v1.41.0 // indirect | ||
github.com/sandertv/go-raknet v1.14.2 // indirect | ||
github.com/sandertv/gophertunnel v1.42.2 // indirect | ||
github.com/segmentio/fasthash v1.0.3 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
golang.org/x/crypto v0.24.0 // indirect | ||
golang.org/x/exp v0.0.0-20230206171751-46f607a40771 // indirect | ||
golang.org/x/image v0.17.0 // indirect | ||
golang.org/x/net v0.26.0 // indirect | ||
golang.org/x/oauth2 v0.21.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/crypto v0.29.0 // indirect | ||
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect | ||
golang.org/x/image v0.22.0 // indirect | ||
golang.org/x/mod v0.22.0 // indirect | ||
golang.org/x/net v0.31.0 // indirect | ||
golang.org/x/oauth2 v0.24.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
golang.org/x/text v0.20.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.