Skip to content

Commit

Permalink
fix dep lilliput: do not prune
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Jul 3, 2018
1 parent de5bff8 commit 123ad5d
Show file tree
Hide file tree
Showing 158 changed files with 722,729 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# Folders
_obj
_test
Expand Down
5 changes: 5 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
[prune]
non-go = true

[[prune.project]]
name = "github.com/discordapp/lilliput"
go-tests = true
non-go = false

[[constraint]]
name = "github.com/Sirupsen/logrus"
revision = "v1.0.4"
Expand Down
275 changes: 275 additions & 0 deletions vendor/github.com/discordapp/lilliput/README.md

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

10 changes: 10 additions & 0 deletions vendor/github.com/discordapp/lilliput/deps/.gitignore

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

Loading

0 comments on commit 123ad5d

Please sign in to comment.