9 lines
162 B
Modula-2
9 lines
162 B
Modula-2
module github.com/tomdemeyer/solaredge
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/Jeffail/gabs v1.4.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
)
|