feat: 增加基础配置
... | ... | @@ -7,6 +7,7 @@ replace linkfog.com/public => web.lueluesay.top/git/lil/public v0.0.0-2024101503 |
replace linkfog.com/pluginx => web.lueluesay.top/git/lil/pluginx v0.0.0-20241014064823-a6e286ccb5cd | ||
require ( | ||
github.com/beevik/ntp v1.4.3 | ||
github.com/judwhite/go-svc v1.2.1 | ||
github.com/olekukonko/tablewriter v0.0.5 | ||
github.com/prometheus/procfs v0.15.1 | ||
... | ... | @@ -16,11 +17,9 @@ require ( |
) | ||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/satori/go.uuid v1.2.0 // indirect | ||
github.com/tklauser/go-sysconf v0.3.14 // indirect | ||
github.com/tklauser/numcpus v0.8.0 // indirect | ||
... | ... | @@ -31,5 +30,4 @@ require ( |
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect | ||
google.golang.org/grpc v1.67.1 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
pkg/time/time.go
0 → 100644
Please register or sign in to comment