2021-03-04 13:43:49 +01:00
|
|
|
module github.com/edgebox-iot/edgeboxctl
|
2020-11-08 23:43:18 +01:00
|
|
|
|
2021-02-13 15:51:14 +01:00
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2021-05-31 13:21:14 +02:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
|
|
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
2024-12-09 06:10:12 +01:00
|
|
|
github.com/go-sql-driver/mysql v1.8.1
|
|
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
2021-02-17 12:10:15 +01:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2024-12-09 06:10:12 +01:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.7
|
|
|
|
github.com/shirou/gopsutil v3.21.4+incompatible
|
|
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
2021-05-31 13:21:14 +02:00
|
|
|
github.com/tklauser/go-sysconf v0.3.6 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210531080801-fdfd190a6549 // indirect
|
2024-12-09 06:10:12 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2021-02-13 15:51:14 +01:00
|
|
|
)
|