Skip to content

Commit

Permalink
Added dependencies with dep
Browse files Browse the repository at this point in the history
  • Loading branch information
fleaz committed May 18, 2018
1 parent d93cd8a commit 219cfb9
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 0 deletions.
84 changes: 84 additions & 0 deletions Gopkg.lock

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

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

# 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]]
name = "github.com/lrstanley/girc"

[[constraint]]
name = "github.com/spf13/viper"

0 comments on commit 219cfb9

Please sign in to comment.