Update DSP (#389)
Co-authored-by:
yuyufei <yufeiyu@tencent.com>
Showing
+90305 -3253
... | ... | @@ -15,6 +15,7 @@ require ( |
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f | ||
google.golang.org/grpc v1.43.0 | ||
google.golang.org/protobuf v1.27.1 | ||
k8s.io/api v0.22.3 | ||
k8s.io/apimachinery v0.22.3 | ||
k8s.io/apiserver v0.22.3 | ||
... | ... | @@ -149,7 +150,6 @@ require ( |
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect | ||
gopkg.in/warnings.v0 v0.1.1 // indirect | ||
... | ... | @@ -169,7 +169,7 @@ require ( |
require ( | ||
cloud.google.com/go v0.84.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/fsnotify/fsnotify v1.5.1 // indirect | ||
github.com/fsnotify/fsnotify v1.5.1 | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/robfig/cron/v3 v3.0.1 | ||
... | ... |
pkg/prediction/dsp/auto_correlation.go
0 → 100644
pkg/prediction/dsp/peak.go
0 → 100644
pkg/prediction/dsp/peak_test.go
0 → 100644
pkg/prediction/dsp/preprocessing.go
0 → 100644
pkg/prediction/dsp/preprocessing_test.go
0 → 100644
This diff is collapsed.
Please register or sign in to comment