update lua

This commit is contained in:
2024-09-25 19:24:17 +02:00
parent 3ee4d4181a
commit e4b2a4d6ea
2 changed files with 9 additions and 4 deletions

11
go.mod
View File

@@ -3,10 +3,13 @@ module rpn
go 1.22
require (
github.com/chzyer/readline v1.5.1 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/yuin/gopher-lua v1.1.0 // indirect
github.com/chzyer/readline v1.5.1
github.com/rogpeppe/go-internal v1.11.0
github.com/spf13/pflag v1.0.5
github.com/yuin/gopher-lua v1.1.1
)
require (
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/tools v0.1.12 // indirect
)