Skip to content

Commit

Permalink
(images) Return Image{}
Browse files Browse the repository at this point in the history
  • Loading branch information
agrim123 committed Jan 25, 2021
1 parent 2426ff3 commit 52676de
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 282 deletions.
11 changes: 7 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ require (
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/fatih/color v1.10.0
github.com/gogo/protobuf v1.2.1 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/opencontainers/image-spec v1.0.1
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
gopkg.in/yaml.v2 v2.2.8 // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect
google.golang.org/grpc v1.21.1 // indirect
gotest.tools/v3 v3.0.3 // indirect
)
Loading

0 comments on commit 52676de

Please sign in to comment.