Skip to content

Commit

Permalink
update deckoder: respect DOCKER_CONFIG files (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyamachi authored Sep 9, 2021
1 parent ab4d6f1 commit a5e4160
Show file tree
Hide file tree
Showing 2 changed files with 830 additions and 136 deletions.
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ module github.com/goodwithtech/dockle
go 1.16

require (
github.com/containers/image/v5 v5.1.0
github.com/containers/image/v5 v5.16.0
github.com/d4l3k/messagediff v1.2.2-0.20180726183240-b9e99b2f9263
github.com/docker/go-connections v0.4.0
github.com/goodwithtech/deckoder v0.0.0-20200308110342-e44aa2bd81b3
github.com/google/go-cmp v0.3.1
github.com/goodwithtech/deckoder v0.0.0-20210909145842-06c0013a5310
github.com/google/go-cmp v0.5.5
github.com/owenrumney/go-sarif v1.0.10
github.com/urfave/cli v1.22.1
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
github.com/urfave/cli v1.22.4
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
)
Loading

0 comments on commit a5e4160

Please sign in to comment.