22 lines
621 B
Modula-2
22 lines
621 B
Modula-2
module etrismartfarmpoccontroller
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
git.godopu.net/lab/etri-smartfarm-poc-controller-serial v0.1.6
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/magiconair/properties v1.8.5
|
|
github.com/urfave/negroni v1.0.0
|
|
gorm.io/driver/sqlite v1.2.3
|
|
gorm.io/gorm v1.22.2
|
|
)
|
|
|
|
require (
|
|
github.com/jacobsa/go-serial v0.0.0-20180131005756-15cf729a72d4 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.2 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.9 // indirect
|
|
github.com/rjeczalik/notify v0.9.2 // indirect
|
|
golang.org/x/sys v0.0.0-20180926160741-c2ed4eda69e7 // indirect
|
|
)
|