19 lines
690 B
Modula-2
19 lines
690 B
Modula-2
module github.com/edgebox-iot/edgeboxctl
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
|
|
github.com/dariubs/percent v0.0.0-20200128140941-b7801cf1c7e2 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/go-yaml/yaml v2.1.0+incompatible // indirect
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/mattn/go-sqlite3 v1.14.7 // indirect
|
|
github.com/shirou/gopsutil v3.21.4+incompatible // indirect
|
|
github.com/tklauser/go-sysconf v0.3.6 // indirect
|
|
golang.org/x/sys v0.0.0-20210531080801-fdfd190a6549 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|