webhook/vendor/github.com/antonmedv/expr/go.mod
Adnan Hajdarevic 568c711625 wip
2021-04-03 18:02:40 +02:00

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
)