Skip to content

Instantly share code, notes, and snippets.

@kyleconroy
Created July 15, 2017 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyleconroy/33016433c7d986065276bbc0467ceaa1 to your computer and use it in GitHub Desktop.
Save kyleconroy/33016433c7d986065276bbc0467ceaa1 to your computer and use it in GitHub Desktop.
example import from govendor
# 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
# 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"
{
"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