mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-25 06:13:03 +02:00
Added database module with exportable functions
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
|
||||
module github.com/edgebox-iot/sysctl
|
||||
|
||||
go 1.15
|
||||
go 1.15
|
||||
|
||||
replace github.com/edgebox-iot/sysctl/internal/database => ./internal/database
|
||||
|
||||
require (
|
||||
github.com/edgebox-iot/sysctl/internal/database v0.0.0-00010101000000-000000000000
|
||||
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user