Skip to content

Commit ad17ef3

Browse files
dependabot[bot]vdemeester
authored andcommitted
Bump github.com/google/go-cmp from 0.5.7 to 0.5.8
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.7 to 0.5.8. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](google/go-cmp@v0.5.7...v0.5.8) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c9d6bf0 commit ad17ef3

File tree

21 files changed

+25
-739
lines changed

21 files changed

+25
-739
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ replace (
1313
require (
1414
github.com/docker/cli v20.10.14+incompatible
1515
github.com/docker/distribution v2.8.1+incompatible
16-
github.com/google/go-cmp v0.5.7
16+
github.com/google/go-cmp v0.5.8
1717
github.com/moby/buildkit v0.10.1
1818
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
1919
github.com/pkg/errors v0.9.1
@@ -136,7 +136,6 @@ require (
136136
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
137137
golang.org/x/text v0.3.7 // indirect
138138
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
139-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
140139
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
141140
google.golang.org/api v0.67.0 // indirect
142141
google.golang.org/appengine v1.6.7 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,8 +866,9 @@ github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
866866
github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
867867
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
868868
github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
869-
github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o=
870869
github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE=
870+
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
871+
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
871872
github.com/google/go-containerregistry v0.0.0-20191010200024-a3d713f9b7f8/go.mod h1:KyKXa9ciM8+lgMXwOVsXi7UxGrsf9mM61Mzs+xKUrKE=
872873
github.com/google/go-containerregistry v0.1.2/go.mod h1:GPivBPgdAyd2SU+vf6EpsgOtWDuPqjW0hJZt4rNdTZ4=
873874
github.com/google/go-containerregistry v0.5.1/go.mod h1:Ct15B4yir3PLOP5jsy0GNeYVaIZs/MK/Jz5any1wFW0=

vendor/github.com/google/go-cmp/cmp/cmpopts/equate.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/cmpopts/errors_go113.go

Lines changed: 0 additions & 16 deletions
This file was deleted.

vendor/github.com/google/go-cmp/cmp/cmpopts/errors_xerrors.go

Lines changed: 0 additions & 19 deletions
This file was deleted.

vendor/github.com/google/go-cmp/cmp/compare.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/report_compare.go

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/report_reflect.go

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/xerrors/LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

vendor/golang.org/x/xerrors/PATENTS

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)