-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# 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" | ||
# | ||
# [prune] | ||
# non-go = false | ||
# go-tests = true | ||
# unused-packages = true | ||
|
||
|
||
[[constraint]] | ||
name = "github.com/Sirupsen/logrus" | ||
version = "^1.0.4" | ||
|
||
[[constraint]] | ||
name = "github.com/codegangsta/cli" | ||
version = "^1.20.0" | ||
|
||
[[constraint]] | ||
name = "github.com/davecgh/go-spew" | ||
version = "^1.1.0" | ||
|
||
[[constraint]] | ||
branch = "master" | ||
name = "github.com/etcinit/gonduit" | ||
|
||
[[constraint]] | ||
branch = "master" | ||
name = "github.com/facebookgo/inject" | ||
|
||
[[constraint]] | ||
branch = "master" | ||
name = "github.com/fluffle/goirc" | ||
|
||
[[constraint]] | ||
name = "github.com/gin-gonic/gin" | ||
version = "^1.2.0" | ||
|
||
[[constraint]] | ||
name = "github.com/golang/mock" | ||
version = "^1.0.0" | ||
|
||
[[constraint]] | ||
name = "github.com/jacobstr/confer" | ||
version = "^0.1.0" | ||
|
||
[[constraint]] | ||
name = "github.com/nlopes/slack" | ||
version = "^0.2.0" | ||
|
||
[[constraint]] | ||
name = "github.com/stretchr/testify" | ||
version = "^1.2.1" | ||
|
||
[prune] | ||
go-tests = true | ||
unused-packages = true |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ information about Phabulous. | |
|
||
## Compiling from source | ||
|
||
To compile Phabulous, you need a recent version of Go (>= 1.7): | ||
To compile Phabulous, you need a recent version of [Go](https://golang.org/) (>= 1.9) and [dep](https://golang.github.io/dep/): | ||
|
||
``` | ||
go get github.com/etcinit/phabulous/cmd/phabulous | ||
|
@@ -48,6 +48,5 @@ go get github.com/etcinit/phabulous/cmd/phabulous | |
go get github.com/laher/goxc | ||
git clone [email protected]:etcinit/phabulous.git | ||
cd phabulous | ||
go get ./... && go get github.com/stretchr/testify | ||
make | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.