flow/go.mod
2019-11-07 13:58:42 +08:00

12 lines
293 B
Modula-2

module 474420502.top/test/flow
go 1.13
require (
github.com/mattn/go-sqlite3 v1.11.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
golang.org/x/sys v0.0.0-20191104094858-e8c54fb511f6 // indirect
gopkg.in/ini.v1 v1.50.0
)