Skip to content

Commit

Permalink
use dep and maraino/go-mock
Browse files Browse the repository at this point in the history
  • Loading branch information
telyn committed Mar 20, 2018
1 parent 68785a0 commit 02422e0
Show file tree
Hide file tree
Showing 282 changed files with 146,343 additions and 949 deletions.
87 changes: 87 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"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[[constraint]]
branch = "master"
name = "github.com/BytemarkHosting/row"

[[constraint]]
branch = "master"
name = "github.com/cheekybits/is"

[[constraint]]
branch = "master"
name = "github.com/telyn/form"

[prune]
go-tests = true
unused-packages = true
8 changes: 8 additions & 0 deletions vendor/github.com/BytemarkHosting/row/.travis.yml

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

45 changes: 45 additions & 0 deletions vendor/github.com/BytemarkHosting/row/README.md

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

34 changes: 34 additions & 0 deletions vendor/github.com/BytemarkHosting/row/fieldsfrom.go

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

59 changes: 59 additions & 0 deletions vendor/github.com/BytemarkHosting/row/row.go

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

95 changes: 95 additions & 0 deletions vendor/github.com/BytemarkHosting/row/sort.go

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

Loading

0 comments on commit 02422e0

Please sign in to comment.