Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove vendor folder entirely #83

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
clairctl
clairctl.yml
reports/
vendor/
19 changes: 11 additions & 8 deletions glide.lock

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

5 changes: 5 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package: github.com/jgsqware/clairctl
import:
- package: github.com/artyom/untar
version: 02ed5a2449a661eb02b1e3d658524223ab726412
- package: github.com/coreos/clair
version: ^1.2.6
subpackages:
Expand All @@ -16,7 +17,9 @@ import:
subpackages:
- tlsconfig
- package: github.com/spf13/cobra
version: a3cd8ab85aeba3522b9b59242f3b86ddbc67f8bd
- package: github.com/spf13/viper
version: v1.0.0
- package: golang.org/x/net
version: 1d7a0b2100da090d8b02afcfb42f97e2c77e71a4
subpackages:
Expand All @@ -33,6 +36,8 @@ import:
- distribution
- reference
- registry
- package: github.com/Sirupsen/logrus
version: 89742aefa4b206dcf400792f3bd35b542998eb3b
- package: github.com/spf13/pflag
version: 7597b2702729ebb651fc9bb2adac40bcc62db82d
- package: golang.org/x/crypto
Expand Down
11 changes: 0 additions & 11 deletions vendor/cloud.google.com/go/.travis.yml

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/cloud.google.com/go/AUTHORS

This file was deleted.

126 changes: 0 additions & 126 deletions vendor/cloud.google.com/go/CONTRIBUTING.md

This file was deleted.

34 changes: 0 additions & 34 deletions vendor/cloud.google.com/go/CONTRIBUTORS

This file was deleted.

Loading