Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea // indirect
github.com/cpuguy83/go-md2man v1.0.9-0.20180215021727-48d8747a2ca1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.6.0-rc.1.0.20180327202408-83389a148052+incompatible
github.com/docker/distribution v2.8.2-beta.1+incompatible
github.com/docker/docker v17.12.0-ce-rc1.0.20180508015315-17b039cb4901+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.3.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/cpuguy83/go-md2man v1.0.9-0.20180215021727-48d8747a2ca1 h1:ElayFqEP25
github.com/cpuguy83/go-md2man v1.0.9-0.20180215021727-48d8747a2ca1/go.mod h1:N6JayAiVKtlHSnuTCeuLSQVs75hb8q+dYQLjr7cDsKY=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/docker/distribution v2.6.0-rc.1.0.20180327202408-83389a148052+incompatible h1:W1rhCpxfWMU0CaZSFWpmWfmB68zYZVksig+VC1ZbgI4=
github.com/docker/distribution v2.6.0-rc.1.0.20180327202408-83389a148052+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/distribution v2.8.2-beta.1+incompatible h1:gILO60VLD2v28ozemv4aAwDb8ds5U2O/vD/sBXbd7Rw=
github.com/docker/distribution v2.8.2-beta.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v17.12.0-ce-rc1.0.20180508015315-17b039cb4901+incompatible h1:16LaEntlOEKDQsRV2KC9KidLegRSIFYc+5Tm/UyWIc8=
github.com/docker/docker v17.12.0-ce-rc1.0.20180508015315-17b039cb4901+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
Expand Down
182 changes: 0 additions & 182 deletions vendor/github.com/docker/distribution/AUTHORS

This file was deleted.

29 changes: 29 additions & 0 deletions vendor/github.com/docker/distribution/reference/normalize.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/github.com/docker/distribution/reference/reference.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ github.com/coreos/pkg/capnslog
github.com/cpuguy83/go-md2man/md2man
# github.com/davecgh/go-spew v1.1.1
## explicit
# github.com/docker/distribution v2.6.0-rc.1.0.20180327202408-83389a148052+incompatible
# github.com/docker/distribution v2.8.2-beta.1+incompatible
## explicit
github.com/docker/distribution/digestset
github.com/docker/distribution/reference
Expand Down