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