This repository was archived by the owner on Mar 22, 2022. It is now read-only.
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/morikuni/aec v1.0.0 // indirect
15
15
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
16
16
github.com/opencontainers/image-spec v1.0.1 // indirect
17
- github.com/urfave/cli/v2 v2.1.1
17
+ github.com/urfave/cli/v2 v2.2.0
18
18
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
19
19
google.golang.org/grpc v1.27.0 // indirect
20
20
gopkg.in/yaml.v2 v2.2.8
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0
76
76
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
77
77
github.com/urfave/cli/v2 v2.1.1 h1:Qt8FeAtxE/vfdrLmR3rxR6JRE0RoVmbXu8+6kZtYU4k =
78
78
github.com/urfave/cli/v2 v2.1.1 /go.mod h1:SE9GqnLQmjVa0iPEY0f1w3ygNIYcIJ0OKPMoW2caLfQ =
79
+ github.com/urfave/cli/v2 v2.2.0 h1:JTTnM6wKzdA0Jqodd966MVj4vWbbquZykeX1sKbe2C4 =
80
+ github.com/urfave/cli/v2 v2.2.0 /go.mod h1:SE9GqnLQmjVa0iPEY0f1w3ygNIYcIJ0OKPMoW2caLfQ =
79
81
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c =
80
82
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f /go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU =
81
83
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0 =
You can’t perform that action at this time.
0 commit comments