Skip to content

Commit

Permalink
fix issue w/ missing gogs client deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Oct 23, 2015
1 parent d376730 commit 6ed5ae4
Show file tree
Hide file tree
Showing 9 changed files with 482 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ drone_*
*.min.js
*.deb
temp/

# vendored repositories that we don't actually need
# to vendor. so exclude them

vendor/google.golang.org/cloud
vendor/github.com/bugagazavr
22 changes: 22 additions & 0 deletions vendor/github.com/gogits/go-gogs-client/LICENSE

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

8 changes: 8 additions & 0 deletions vendor/github.com/gogits/go-gogs-client/README.md

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

81 changes: 81 additions & 0 deletions vendor/github.com/gogits/go-gogs-client/gogs.go

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

77 changes: 77 additions & 0 deletions vendor/github.com/gogits/go-gogs-client/repo.go

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

15 changes: 15 additions & 0 deletions vendor/github.com/gogits/go-gogs-client/repo_file.go

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

Loading

0 comments on commit 6ed5ae4

Please sign in to comment.