@@ -23,18 +23,30 @@ func main() {
23
23
out := os .Args [1 ]
24
24
25
25
want := map [string ]bool {
26
- "github.com/containernetworking/cni/pkg/invoke" : true ,
27
- "github.com/evanphx/json-patch" : true ,
28
- "github.com/opencontainers/selinux/go-selinux" : true ,
29
- "github.com/prometheus/client_golang/prometheus/promhttp" : true ,
30
- "golang.org/x/crypto/cryptobyte" : true ,
31
- "golang.org/x/crypto/salsa20/salsa" : true ,
32
- "golang.org/x/crypto/ssh" : true ,
33
- "golang.org/x/net/http/httpguts" : true ,
34
- "golang.org/x/net/http2" : true ,
35
- "golang.org/x/net/http2/hpack" : true ,
36
- "golang.org/x/text/encoding/unicode" : true ,
37
- "google.golang.org/grpc" : true ,
26
+ "github.com/containerd/containerd/api/services/containers/v1" : true ,
27
+ "github.com/containerd/containerd/api/services/tasks/v1" : true ,
28
+ "github.com/containerd/containerd/api/services/version/v1" : true ,
29
+ "github.com/containerd/containerd/api/types" : true ,
30
+ "github.com/containerd/containerd/api/types/task" : true ,
31
+ "github.com/containerd/containerd/containers" : true ,
32
+ "github.com/containerd/containerd/dialer" : true ,
33
+ "github.com/containerd/containerd/errdefs" : true ,
34
+ "github.com/containerd/containerd/namespaces" : true ,
35
+ "github.com/containernetworking/cni/pkg/invoke" : true ,
36
+ "github.com/evanphx/json-patch" : true ,
37
+ "github.com/heketi/heketi/client/api/go-client" : true ,
38
+ "github.com/heketi/heketi/pkg/glusterfs/api" : true ,
39
+ "github.com/heketi/heketi/pkg/utils" : true ,
40
+ "github.com/opencontainers/selinux/go-selinux" : true ,
41
+ "github.com/prometheus/client_golang/prometheus/promhttp" : true ,
42
+ "golang.org/x/crypto/cryptobyte" : true ,
43
+ "golang.org/x/crypto/salsa20/salsa" : true ,
44
+ "golang.org/x/crypto/ssh" : true ,
45
+ "golang.org/x/net/http/httpguts" : true ,
46
+ "golang.org/x/net/http2" : true ,
47
+ "golang.org/x/net/http2/hpack" : true ,
48
+ "golang.org/x/text/encoding/unicode" : true ,
49
+ "google.golang.org/grpc" : true ,
38
50
}
39
51
if err := integration .CompareNonStdVulns (out , want ); err != nil {
40
52
log .Fatal (err )
0 commit comments