Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/containerscan/allowedlist.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/goodwithtech/dockle
go 1.16

require (
github.com/containers/image/v5 v5.16.0
github.com/containers/image/v5 v5.19.1
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-20210909145842-06c0013a5310
github.com/google/go-cmp v0.5.5
github.com/goodwithtech/deckoder v0.0.1
github.com/google/go-cmp v0.5.6
github.com/owenrumney/go-sarif/v2 v2.0.17
github.com/urfave/cli v1.22.4
go.uber.org/zap v1.10.0
go.uber.org/zap v1.17.0
)
Loading