Skip to content

Commit

Permalink
Merge pull request #15 from wenlock/patch_cve_2022-23648
Browse files Browse the repository at this point in the history
security warning updates for CVE-2022-23648
  • Loading branch information
dhui committed Mar 17, 2022
2 parents ed519aa + ecb5224 commit 9bb6ef4
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 44 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
coverage.txt

# Binaries for programs and plugins
*.exe
*.exe~
Expand Down
17 changes: 6 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
module github.com/dhui/dktest

require (
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/containerd/containerd v1.5.10 // indirect
github.com/docker/docker v20.10.12+incompatible
github.com/containerd/containerd v1.6.1 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v20.10.13+incompatible
github.com/docker/go-connections v0.4.0
github.com/google/go-cmp v0.5.6 // indirect
github.com/gorilla/mux v1.7.3 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.8.0
github.com/morikuni/aec v1.0.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/opencontainers/image-spec v1.0.2
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20220111093109-d55c255bac03 // indirect
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
google.golang.org/genproto v0.0.0-20220111164026-67b88f271998 // indirect
google.golang.org/grpc v1.43.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gotest.tools/v3 v3.1.0 // indirect
)

go 1.13

0 comments on commit 9bb6ef4

Please sign in to comment.