15 lines
273 B
Modula-2
15 lines
273 B
Modula-2
|
module etrismartfarmpoc
|
||
|
|
||
|
go 1.17
|
||
|
|
||
|
require (
|
||
|
github.com/gorilla/mux v1.8.0
|
||
|
github.com/unrolled/render v1.4.0
|
||
|
github.com/urfave/negroni v1.0.0
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
||
|
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
|
||
|
)
|