|
@@ -4,7 +4,7 @@ go 1.20
|
|
|
|
|
|
require (
|
|
require (
|
|
github.com/Curtis-Milo/nat-type-identifier-go v0.0.0-20220215191915-18d42168c63d
|
|
github.com/Curtis-Milo/nat-type-identifier-go v0.0.0-20220215191915-18d42168c63d
|
|
- github.com/IceWhaleTech/CasaOS-Common v0.4.4-alpha8
|
|
|
|
|
|
+ github.com/IceWhaleTech/CasaOS-Common v0.4.7-alpha4
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
|
github.com/deckarep/golang-set/v2 v2.3.0
|
|
github.com/deckarep/golang-set/v2 v2.3.0
|
|
github.com/deepmap/oapi-codegen v1.12.4
|
|
github.com/deepmap/oapi-codegen v1.12.4
|
|
@@ -33,6 +33,7 @@ require (
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
|
|
+ github.com/samber/lo v1.38.1
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/shirou/gopsutil/v3 v3.23.2
|
|
github.com/shirou/gopsutil/v3 v3.23.2
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
@@ -106,7 +107,6 @@ require (
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
- github.com/samber/lo v1.38.1 // indirect
|
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|