-
Notifications
You must be signed in to change notification settings - Fork 16
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
7159d91
commit a7fb52a
Showing
2 changed files
with
27 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,29 @@ | ||
module github.com/PretendoNetwork/nex-go/v2 | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/PretendoNetwork/plogger-go v1.0.4 | ||
github.com/lxzan/gws v1.8.3 | ||
github.com/lxzan/gws v1.8.8 | ||
github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/superwhiskers/crunch/v3 v3.5.7 | ||
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 | ||
golang.org/x/mod v0.17.0 | ||
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 | ||
golang.org/x/mod v0.22.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dolthub/maphash v0.1.0 // indirect | ||
github.com/fatih/color v1.17.0 // indirect | ||
github.com/fatih/color v1.18.0 // indirect | ||
github.com/jwalton/go-supportscolor v1.2.0 // indirect | ||
github.com/klauspost/compress v1.17.8 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/mattn/go-colorable v0.1.14 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/term v0.20.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
golang.org/x/term v0.28.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // 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