-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from wenlock/patch_cve_2022-23648
security warning updates for CVE-2022-23648
- Loading branch information
Showing
3 changed files
with
441 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
coverage.txt | ||
|
||
# Binaries for programs and plugins | ||
*.exe | ||
*.exe~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.