github.com/lab47/exprcore@v0.0.0-20210525052339-fb7d6bd9331e/go.mod (about)

     1  module github.com/lab47/exprcore
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/chzyer/logex v1.1.10 // indirect
     7  	github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
     8  	github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
     9  	golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
    10  	golang.org/x/sys v0.0.0-20191002063906-3421d5a6bb1c // indirect
    11  )