ETRI_SMARTFARM_POC/containers/devicemanagera/go.mod

9 lines
109 B
Modula-2
Raw Permalink Normal View History

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