Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge branch 'migrate-to-dep'
Browse files Browse the repository at this point in the history
  • Loading branch information
tt committed Oct 3, 2018
2 parents fd2fe80 + 3e2ab44 commit 567645a
Show file tree
Hide file tree
Showing 65 changed files with 64 additions and 7,062 deletions.
72 changes: 0 additions & 72 deletions Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions Godeps/Readme

This file was deleted.

58 changes: 58 additions & 0 deletions Gopkg.lock

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

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[prune]
go-tests = true
non-go = true
unused-packages = true
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GO_FILES := $(shell find . -type f -name '*.go' -not -path "./Godeps/*" -not -path "./vendor/*")
GO_FILES := $(shell find . -type f -name '*.go' -not -path "./vendor/*")
GO_PACKAGES := $(shell go list ./... | sed "s/github.com\/heroku\/docker-registry-client/./" | grep -v "^./vendor/")

build:
Expand All @@ -18,7 +18,6 @@ hooks:
ln -fs ../../bin/git-pre-commit.sh .git/hooks/pre-commit

tidy: goimports
./bin/go-version-sync-check.sh
test -z "$$(goimports -l -d $(GO_FILES) | tee /dev/stderr)"
go vet $(GO_PACKAGES)

Expand Down
5 changes: 0 additions & 5 deletions bin/go-version-sync-check.sh

This file was deleted.

37 changes: 0 additions & 37 deletions vendor/github.com/docker/distribution/.gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions vendor/github.com/docker/distribution/.mailmap

This file was deleted.

117 changes: 0 additions & 117 deletions vendor/github.com/docker/distribution/BUILDING.md

This file was deleted.

Loading

0 comments on commit 567645a

Please sign in to comment.