Skip to content

Commit

Permalink
feat: add dependency support by glide
Browse files Browse the repository at this point in the history
  • Loading branch information
moooofly committed Feb 11, 2019
1 parent ae1f7f9 commit c16d4c7
Show file tree
Hide file tree
Showing 2,159 changed files with 1,024,878 additions and 0 deletions.
63 changes: 63 additions & 0 deletions glide.lock

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

20 changes: 20 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package: github.com/moooofly/harborctl
license: MIT
owners:
- name: moooofly
email: [email protected]
homepage: https://github.com/moooofly/
import:
- package: github.com/mitchellh/go-homedir
version: ^1.1.0
- package: github.com/parnurzeal/gorequest
version: ^0.2.15
- package: github.com/spf13/cobra
version: ^0.0.3
- package: github.com/spf13/viper
version: ^1.3.1
- package: golang.org/x/sys
subpackages:
- unix
- package: gopkg.in/yaml.v2
version: ^2.2.2
5 changes: 5 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/.editorconfig

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

11 changes: 11 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/.github/ISSUE_TEMPLATE.md

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

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

6 changes: 6 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/.gitignore

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

31 changes: 31 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/.travis.yml

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

52 changes: 52 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/AUTHORS

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

Loading

0 comments on commit c16d4c7

Please sign in to comment.