Created
July 15, 2017 17:49
-
-
Save kyleconroy/33016433c7d986065276bbc0467ceaa1 to your computer and use it in GitHub Desktop.
example import from govendor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. | |
[[projects]] | |
name = "github.com/lib/pq" | |
packages = [".","oid"] | |
revision = "2704adc878c21e1329f46f6e56a1c387d788ff94" | |
source = "github.com/lib/pq" | |
[solve-meta] | |
analyzer-name = "dep" | |
analyzer-version = 1 | |
inputs-digest = "161d45582a966e5fd49cd550187c7f7f1b0f219cecf62816ce0d84c85bbde054" | |
solver-name = "gps-cdcl" | |
solver-version = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/lib/pq" | |
revision = "2704adc878c21e1329f46f6e56a1c387d788ff94" | |
source = "github.com/lib/pq" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"comment": "", | |
"ignore": "test", | |
"package": [ | |
{ | |
"checksumSHA1": "uTUsjF7bymOuKvXbW2BpkK/w4Vg=", | |
"path": "github.com/lib/pq", | |
"revision": "2704adc878c21e1329f46f6e56a1c387d788ff94", | |
"revisionTime": "2017-03-24T20:46:54Z" | |
}, | |
{ | |
"checksumSHA1": "q5SZBWFVC3wOIzftf+l/h5WLG1k=", | |
"path": "github.com/lib/pq/oid", | |
"revision": "2704adc878c21e1329f46f6e56a1c387d788ff94", | |
"revisionTime": "2017-03-24T20:46:54Z" | |
} | |
], | |
"rootPath": "github.com/kyleconroy/chalkbot", | |
"heroku": { | |
"install" : [ "./cmd/..." ], | |
"goVersion": "go1.8" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment