ETRI_SMARTFARM_POC/containers/devicemanagerb/go.mod

9 lines
109 B
Modula-2
Raw Normal View History

2021-11-16 12:28:52 +00:00
module devicemanagerb
go 1.17
2021-12-13 05:39:16 +00:00
require (
github.com/gorilla/mux v1.7.4
github.com/urfave/negroni v1.0.0
)