File tree Expand file tree Collapse file tree 6 files changed +0
-100
lines changed
github.com/containerd/containerd/pkg/seed Expand file tree Collapse file tree 6 files changed +0
-100
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import (
16
16
"sync"
17
17
18
18
"github.com/containerd/containerd/defaults"
19
- "github.com/containerd/containerd/pkg/seed" //nolint:staticcheck // SA1019 deprecated
20
19
"github.com/containerd/containerd/pkg/userns"
21
20
"github.com/containerd/containerd/platforms"
22
21
"github.com/containerd/containerd/remotes/docker"
@@ -81,8 +80,6 @@ func init() {
81
80
apicaps .ExportedProduct = "buildkit"
82
81
stack .SetVersionInfo (version .Version , version .Revision )
83
82
84
- //nolint:staticcheck // SA1019 deprecated
85
- seed .WithTimeAndRand ()
86
83
if reexec .Init () {
87
84
os .Exit (0 )
88
85
}
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import (
22
22
)
23
23
24
24
func init () {
25
- rand .Seed (time .Now ().UnixNano ()) //nolint:staticcheck // Ignore SA1019. No way to get the automatically generated seed since Go 1.20.
26
25
if debugScheduler {
27
26
logrus .SetOutput (os .Stdout )
28
27
logrus .SetLevel (logrus .DebugLevel )
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -314,7 +314,6 @@ github.com/containerd/containerd/pkg/kmutex
314
314
github.com/containerd/containerd/pkg/randutil
315
315
github.com/containerd/containerd/pkg/runtimeoptions/v1
316
316
github.com/containerd/containerd/pkg/seccomp
317
- github.com/containerd/containerd/pkg/seed
318
317
github.com/containerd/containerd/pkg/snapshotters
319
318
github.com/containerd/containerd/pkg/streaming
320
319
github.com/containerd/containerd/pkg/transfer
You can’t perform that action at this time.
0 commit comments