Skip to content

Commit

Permalink
add Gopkg files for dep vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
bcicen committed Aug 7, 2017
1 parent 19a4870 commit 1ed7158
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
57 changes: 57 additions & 0 deletions Gopkg.lock

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

19 changes: 19 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[[constraint]]
name = "github.com/BurntSushi/toml"
version = "0.3.0"

[[constraint]]
branch = "master"
name = "github.com/bluele/slack"

[[constraint]]
name = "github.com/fatih/color"
version = "1.5.0"

[[constraint]]
branch = "master"
name = "github.com/skratchdot/open-golang"

[[constraint]]
name = "github.com/urfave/cli"
version = "1.19.1"

0 comments on commit 1ed7158

Please sign in to comment.