11 lines
218 B
Modula-2
11 lines
218 B
Modula-2
module github.com/antonmedv/expr
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gdamore/tcell v1.3.0
|
|
github.com/rivo/tview v0.0.0-20200219210816-cd38d7432498
|
|
github.com/sanity-io/litter v1.2.0
|
|
github.com/stretchr/testify v1.5.1
|
|
)
|