1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-07-04 12:58:39 -04:00

Add dep vendoring

This commit is contained in:
2017-11-18 05:56:33 -05:00
parent d81d75876f
commit 29fc9c20fe
2 changed files with 73 additions and 0 deletions

34
Gopkg.toml Normal file
View File

@ -0,0 +1,34 @@
# 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/aclindsa/xml"
[[constraint]]
branch = "master"
name = "github.com/howeyc/gopass"
[[constraint]]
branch = "master"
name = "golang.org/x/text"