Skip to content

Commit f7973e9

Browse files
committed
vendor: github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee
to match the version used in moby Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 503a0cb commit f7973e9

File tree

6 files changed

+39
-9
lines changed

6 files changed

+39
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/onsi/gomega v1.10.5
2525
github.com/opencontainers/go-digest v1.0.0
2626
github.com/opencontainers/image-spec v1.0.2
27-
github.com/phayes/permbits v0.0.0-20160117212716-f7e3ac5e859d
27+
github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee
2828
github.com/pkg/errors v0.9.1
2929
github.com/prometheus/client_golang v1.13.0
3030
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ github.com/opencontainers/image-spec v1.0.2/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zM
340340
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
341341
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
342342
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
343-
github.com/phayes/permbits v0.0.0-20160117212716-f7e3ac5e859d h1:fSZq3euivSKzJceaZzdTEpPAyzXNfQf4Xay0jLYYK3g=
344-
github.com/phayes/permbits v0.0.0-20160117212716-f7e3ac5e859d/go.mod h1:3uODdxMgOaPYeWU7RzZLxVtJHZ/x1f/iHkBZuKJDzuY=
343+
github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee h1:P6U24L02WMfj9ymZTxl7CxS73JC99x3ukk+DBkgQGQs=
344+
github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee/go.mod h1:3uODdxMgOaPYeWU7RzZLxVtJHZ/x1f/iHkBZuKJDzuY=
345345
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
346346
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
347347
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

vendor/github.com/phayes/permbits/LICENSE

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

vendor/github.com/phayes/permbits/README.md

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

vendor/github.com/phayes/permbits/permbits.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ github.com/opencontainers/go-digest
248248
## explicit
249249
github.com/opencontainers/image-spec/specs-go
250250
github.com/opencontainers/image-spec/specs-go/v1
251-
# github.com/phayes/permbits v0.0.0-20160117212716-f7e3ac5e859d
251+
# github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee
252252
## explicit
253253
github.com/phayes/permbits
254254
# github.com/pkg/errors v0.9.1

0 commit comments

Comments
 (0)