diff --git a/go.mod b/go.mod index f6ddfe0e5..dcb2a96b1 100644 --- a/go.mod +++ b/go.mod @@ -1,40 +1,34 @@ module github.com/GoMudEngine/GoMud -go 1.24.0 +go 1.27.0 require ( + github.com/GoMudEngine/ansitags v1.3.2 github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d github.com/gorilla/websocket v1.5.3 - github.com/natefinch/lumberjack v2.0.0+incompatible - github.com/stretchr/testify v1.11.1 - golang.org/x/text v0.34.0 -) - -require ( - github.com/GoMudEngine/ansitags v1.3.2 - github.com/davecgh/go-spew v1.1.1 // indirect - github.com/dlclark/regexp2 v1.7.0 // indirect - github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect - github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect - github.com/pmezard/go-difflib v1.0.0 // indirect - gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect -) - -require ( github.com/hashicorp/golang-lru/v2 v2.0.7 github.com/mattn/go-runewidth v0.0.19 + github.com/natefinch/lumberjack v2.0.0+incompatible github.com/nicksnyder/go-i18n/v2 v2.6.0 github.com/pkg/errors v0.9.1 + github.com/stretchr/testify v1.11.1 github.com/yuin/gopher-lua v1.1.2 golang.org/x/crypto v0.45.0 golang.org/x/term v0.37.0 + golang.org/x/text v0.34.0 gopkg.in/yaml.v2 v2.4.0 layeh.com/gopher-luar v1.0.11 ) require ( github.com/clipperhouse/uax29/v2 v2.2.0 // indirect + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/dlclark/regexp2 v1.7.0 // indirect + github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect + github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/net v0.47.0 // indirect golang.org/x/sys v0.38.0 // indirect + gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect )