You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tea/examples/go.mod

9 lines
174 B
Modula-2

module github.com/jordanorelli/tea/examples
go 1.14
require (
github.com/jordanorelli/tea v0.0.5-0.20200731133129-a3346f59ccfc
github.com/smartystreets/goconvey v1.6.4
)