github.com/madlambda/nash@v0.2.2-0.20230113003044-f2284521680b/go.mod (about)

     1  module github.com/madlambda/nash
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/chzyer/logex v1.1.10 // indirect
     7  	github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1
     8  	golang.org/x/exp v0.0.0-20200513190911-00229845015e
     9  )