DPF/go.mod
2019-11-04 02:40:20 +08:00

10 lines
162 B
Modula-2

module DPF
go 1.13
require (
github.com/davecgh/go-spew v1.1.0
github.com/gin-gonic/gin v1.4.0
github.com/tarm/goserial v0.0.0-20151007205400-b3440c3c6355
)