gitee.com/yfmps/gopher-lua@v0.0.3/go.mod (about)

     1  module gitee.com/yfmps/gopher-lua
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
     7  	github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da
     8  )
     9  
    10  replace (
    11  	github.com/yuin/gopher-lua => gitee.com/yfmps/gopher-lua v0.0.2
    12  )