Update containerd plugin to v1.0.0
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
8
vendor/github.com/containerd/plugin/.golangci.yml
generated
vendored
8
vendor/github.com/containerd/plugin/.golangci.yml
generated
vendored
@@ -1,6 +1,6 @@
|
||||
linters:
|
||||
enable:
|
||||
- exportloopref # Checks for pointers to enclosing loop variables
|
||||
- copyloopvar
|
||||
- gofmt
|
||||
- goimports
|
||||
- gosec
|
||||
@@ -12,14 +12,16 @@ linters:
|
||||
- tenv # Detects using os.Setenv instead of t.Setenv since Go 1.17
|
||||
- unconvert
|
||||
- unused
|
||||
- vet
|
||||
- govet
|
||||
- dupword # Checks for duplicate words in the source code
|
||||
disable:
|
||||
- errcheck
|
||||
|
||||
run:
|
||||
timeout: 5m
|
||||
skip-dirs:
|
||||
|
||||
issues:
|
||||
exclude-dirs:
|
||||
- api
|
||||
- cluster
|
||||
- design
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@@ -189,7 +189,7 @@ github.com/containerd/otelttrpc/internal
|
||||
# github.com/containerd/platforms v0.2.1
|
||||
## explicit; go 1.20
|
||||
github.com/containerd/platforms
|
||||
# github.com/containerd/plugin v0.1.0
|
||||
# github.com/containerd/plugin v1.0.0
|
||||
## explicit; go 1.20
|
||||
github.com/containerd/plugin
|
||||
github.com/containerd/plugin/dynamic
|
||||
|
||||
Reference in New Issue
Block a user