mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-24 05:41:43 +02:00
Removed mods (thanks @inverse)
This commit is contained in:
@@ -2,15 +2,7 @@ module github.com/edgebox-iot/sysctl
|
||||
|
||||
go 1.15
|
||||
|
||||
replace github.com/edgebix-iot/sysctl/internal/edgeapps => ./internal/edgeapps
|
||||
|
||||
replace github.com/edgebox-iot/sysctl/internal/utils => ./internal/utils
|
||||
|
||||
replace github.com/edgebox-iot/sysctl/internal/tasks => ./internal/tasks
|
||||
|
||||
require (
|
||||
github.com/edgebox-iot/sysctl/internal/tasks v0.0.0-00010101000000-000000000000
|
||||
github.com/edgebox-iot/sysctl/internal/utils v0.0.0-00010101000000-000000000000 // indirect
|
||||
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
)
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
module github.com/edgebox-iot/sysctl/internal/edgeapps
|
||||
|
||||
go 1.15
|
||||
|
||||
require gopkg.in/yaml.v2 v2.4.0
|
||||
@@ -1,5 +0,0 @@
|
||||
module github.com/edgebox-iot/sysctl/internal/tasks
|
||||
|
||||
go 1.15
|
||||
|
||||
require github.com/go-sql-driver/mysql v1.5.0
|
||||
@@ -1,3 +0,0 @@
|
||||
module github.com/edgebox-iot/sysctl/internal/utils
|
||||
|
||||
go 1.15
|
||||
Reference in New Issue
Block a user