Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
setup dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Fuentes committed Apr 16, 2018
1 parent d6f31c8 commit 0f73f1d
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 0 deletions.
81 changes: 81 additions & 0 deletions Gopkg.lock

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

42 changes: 42 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"


[[constraint]]
branch = "master"
name = "github.com/bmizerany/assert"

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

[[constraint]]
name = "github.com/tj/docopt"
version = "1.0.0"

[[constraint]]
name = "gopkg.in/segmentio/analytics-go.v3"
version = "3.0.0"

[[constraint]]
name = "gopkg.in/yaml.v2"
version = "2.2.1"

0 comments on commit 0f73f1d

Please sign in to comment.