File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
firecracker-control/cmd/containerd Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License"). You may
4
+ // not use this file except in compliance with the License. A copy of the
5
+ // License is located at
6
+ //
7
+ // http://aws.amazon.com/apache2.0/
8
+ //
9
+ // or in the "license" file accompanying this file. This file is distributed
10
+ // on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
11
+ // express or implied. See the License for the specific language governing
12
+ // permissions and limitations under the License.
13
+
14
+ package main
15
+
16
+ import "github.com/containerd/containerd/cmd/ctr/app"
17
+
18
+ // Right now, firecracker-ctr command is built by Makefile.
19
+ // Go's toolchain is not aware about the command and "go mod tidy" removes
20
+ // the command's dependencies.
21
+ // This test file makes the ctr command "visible" from Go's toolchain.
22
+ var _ = app .New
Original file line number Diff line number Diff line change @@ -736,6 +736,7 @@ github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980/go.mod h
736
736
github.com/stretchr/objx v0.0.0-20180129172003-8a3f7159479f /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
737
737
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
738
738
github.com/stretchr/objx v0.1.1 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
739
+ github.com/stretchr/objx v0.2.0 h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48 =
739
740
github.com/stretchr/objx v0.2.0 /go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE =
740
741
github.com/stretchr/testify v0.0.0-20180303142811-b89eecf5ca5d /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
741
742
github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
You can’t perform that action at this time.
0 commit comments