Skip to content

Commit

Permalink
vendor packages ref fibercrypto#139
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevAlDen committed Oct 9, 2019
1 parent 88f4a40 commit 5cfe6d1
Show file tree
Hide file tree
Showing 1,037 changed files with 674,072 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ rcc__*
*.orig
*.bak

# Dependencies
vendor

# Temporary build files
rcc_cgo_*.go

340 changes: 340 additions & 0 deletions Gopkg.lock

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

41 changes: 41 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# 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/therecipe/qt"

[[constraint]]
branch = "master"
name = "github.com/skycoin/hardware-wallet-go"

[[constraint]]
name = "github.com/skycoin/skycoin"
branch = "develop"

[prune]
go-tests = true
unused-packages = true
1 change: 1 addition & 0 deletions vendor/github.com/NYTimes/gziphandler/.gitignore

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

Loading

0 comments on commit 5cfe6d1

Please sign in to comment.