focus/go.mod
2020-03-18 16:41:04 +08:00

9 lines
134 B
Modula-2

module github.com/474420502/focus
go 1.12
require (
github.com/Pallinder/go-randomdata v1.1.0
github.com/davecgh/go-spew v1.1.1
)