focus/go.mod

10 lines
160 B
Modula-2
Raw Permalink Normal View History

2020-03-21 00:43:29 +00:00
module focus
2019-05-17 11:54:55 +00:00
2020-03-21 00:43:29 +00:00
go 1.14
2019-05-17 11:54:55 +00:00
require (
2020-03-21 00:43:29 +00:00
github.com/474420502/focus v0.8.1 // indirect
2019-05-17 11:54:55 +00:00
github.com/Pallinder/go-randomdata v1.1.0
github.com/davecgh/go-spew v1.1.1
)