Skip to content

Commit afaddce

Browse files
authored
Bump go-dockerclient for security issue, replaces ddev#4787 (ddev#4788)
1 parent febfdf0 commit afaddce

File tree

191 files changed

+6040
-3886
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+6040
-3886
lines changed

go.mod

+18-17
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ require (
55
github.com/Masterminds/sprig/v3 v3.2.2
66
github.com/cheggaaa/pb v1.0.25
77
github.com/denisbrodbeck/machineid v1.0.1
8-
github.com/docker/docker v23.0.1+incompatible
9-
github.com/fsouza/go-dockerclient v1.9.4
8+
github.com/docker/docker v23.0.2+incompatible
9+
github.com/fsouza/go-dockerclient v1.9.6
1010
github.com/goodhosts/hostsfile v0.1.1
1111
github.com/google/go-github v17.0.0+incompatible
1212
github.com/google/uuid v1.3.0
@@ -23,13 +23,13 @@ require (
2323
github.com/spf13/cobra v1.3.0
2424
github.com/spf13/pflag v1.0.5
2525
github.com/spf13/viper v1.10.0
26-
github.com/stretchr/testify v1.8.1
26+
github.com/stretchr/testify v1.8.2
2727
github.com/ulikunitz/xz v0.5.10
2828
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
29-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
30-
golang.org/x/sys v0.5.0
31-
golang.org/x/term v0.5.0
32-
golang.org/x/text v0.7.0
29+
golang.org/x/oauth2 v0.4.0
30+
golang.org/x/sys v0.6.0
31+
golang.org/x/term v0.6.0
32+
golang.org/x/text v0.8.0
3333
gopkg.in/segmentio/analytics-go.v3 v3.1.0
3434
gopkg.in/yaml.v3 v3.0.1
3535
)
@@ -41,20 +41,20 @@ require (
4141
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
4242
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
4343
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
44-
github.com/containerd/containerd v1.6.18 // indirect
44+
github.com/containerd/containerd v1.7.0 // indirect
4545
github.com/davecgh/go-spew v1.1.1 // indirect
4646
github.com/dimchansky/utfbom v1.1.1 // indirect
4747
github.com/docker/go-connections v0.4.0 // indirect
4848
github.com/docker/go-units v0.5.0 // indirect
49-
github.com/fsnotify/fsnotify v1.5.1 // indirect
49+
github.com/fsnotify/fsnotify v1.6.0 // indirect
5050
github.com/gogo/protobuf v1.3.2 // indirect
5151
github.com/golang/protobuf v1.5.2 // indirect
5252
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
5353
github.com/hashicorp/hcl v1.0.0 // indirect
5454
github.com/huandu/xstrings v1.3.2 // indirect
5555
github.com/inconshreveable/mousetrap v1.0.0 // indirect
5656
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
57-
github.com/klauspost/compress v1.15.15 // indirect
57+
github.com/klauspost/compress v1.16.3 // indirect
5858
github.com/lunixbochs/vtclean v1.0.0 // indirect
5959
github.com/magiconair/properties v1.8.5 // indirect
6060
github.com/mattn/go-colorable v0.1.12 // indirect
@@ -68,8 +68,8 @@ require (
6868
github.com/morikuni/aec v1.0.0 // indirect
6969
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
7070
github.com/opencontainers/go-digest v1.0.0 // indirect
71-
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
72-
github.com/opencontainers/runc v1.1.4 // indirect
71+
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
72+
github.com/opencontainers/runc v1.1.5 // indirect
7373
github.com/pelletier/go-toml v1.9.5 // indirect
7474
github.com/pmezard/go-difflib v1.0.0 // indirect
7575
github.com/rivo/uniseg v0.2.0 // indirect
@@ -80,16 +80,17 @@ require (
8080
github.com/spf13/jwalterweatherman v1.1.0 // indirect
8181
github.com/subosito/gotenv v1.2.0 // indirect
8282
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
83-
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
84-
golang.org/x/mod v0.8.0 // indirect
85-
golang.org/x/net v0.7.0 // indirect
86-
golang.org/x/tools v0.6.0 // indirect
83+
golang.org/x/crypto v0.1.0 // indirect
84+
golang.org/x/mod v0.9.0 // indirect
85+
golang.org/x/net v0.8.0 // indirect
86+
golang.org/x/tools v0.7.0 // indirect
8787
google.golang.org/appengine v1.6.7 // indirect
88-
google.golang.org/protobuf v1.28.0 // indirect
88+
google.golang.org/protobuf v1.28.1 // indirect
8989
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
9090
gopkg.in/cheggaaa/pb.v1 v1.0.26 // indirect
9191
gopkg.in/ini.v1 v1.66.2 // indirect
9292
gopkg.in/yaml.v2 v2.4.0 // indirect
93+
gotest.tools/v3 v3.4.0 // indirect
9394
)
9495

9596
go 1.20

go.sum

+38-34
Large diffs are not rendered by default.

vendor/github.com/containerd/containerd/pkg/userns/userns_unsupported.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/pkg/archive/archive.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.gitignore

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/AUTHORS

-62
This file was deleted.

vendor/github.com/fsnotify/fsnotify/CHANGELOG.md

+132-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)