diff --git a/Gopkg.lock b/Gopkg.lock new file mode 100644 index 0000000000000000000000000000000000000000..2c02453d95727917769a8e59d9fc22670c152755 --- /dev/null +++ b/Gopkg.lock @@ -0,0 +1,119 @@ +# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. + + +[[projects]] + name = "github.com/BurntSushi/toml" + packages = ["."] + revision = "b26d9c308763d68093482582cea63d69be07a0f0" + version = "v0.3.0" + +[[projects]] + branch = "master" + name = "github.com/atotto/clipboard" + packages = ["."] + revision = "bc5958e1c8339112fc3347a89f3c482f416a69d3" + +[[projects]] + branch = "master" + name = "github.com/bmizerany/assert" + packages = ["."] + revision = "b7ed37b82869576c289d7d97fb2bbd8b64a0cb28" + +[[projects]] + name = "github.com/fhs/go-netrc" + packages = ["netrc"] + revision = "4ffed54ee5c32ebfb1b8c7c72fc90bb08dc3ff43" + version = "v1.0.0" + +[[projects]] + branch = "master" + name = "github.com/jingweno/go-sawyer" + packages = [ + ".", + "hypermedia", + "mediaheader", + "mediatype" + ] + revision = "1999ae5763d678f3ce1112cf1fda7c7e9cf2aadf" + +[[projects]] + name = "github.com/jtacoma/uritemplates" + packages = ["."] + revision = "307ae868f90f4ee1b73ebe4596e0394237dacce8" + version = "v1.0.0" + +[[projects]] + branch = "master" + name = "github.com/kballard/go-shellquote" + packages = ["."] + revision = "cd60e84ee657ff3dc51de0b4f55dd299a3e136f2" + +[[projects]] + branch = "master" + name = "github.com/kr/pretty" + packages = ["."] + revision = "cfb55aafdaf3ec08f0db22699ab822c50091b1c4" + +[[projects]] + branch = "master" + name = "github.com/kr/text" + packages = ["."] + revision = "7cafcd837844e784b526369c9bce262804aebc60" + +[[projects]] + name = "github.com/mattn/go-colorable" + packages = ["."] + revision = "167de6bfdfba052fa6b2d3664c8f5272e23c9072" + version = "v0.0.9" + +[[projects]] + name = "github.com/mattn/go-isatty" + packages = ["."] + revision = "0360b2af4f38e8d38c7fce2a9f4e702702d73a39" + version = "v0.0.3" + +[[projects]] + branch = "master" + name = "github.com/mitchellh/go-homedir" + packages = ["."] + revision = "b8bc1bf767474819792c23f32d8286a45736f1c6" + +[[projects]] + branch = "master" + name = "github.com/octokit/go-octokit" + packages = ["octokit"] + revision = "812e91dfbd64051c1ec72c48feda0278727e8a4e" + +[[projects]] + name = "github.com/ogier/pflag" + packages = ["."] + revision = "32a05c62658bd1d7c7e75cbc8195de5d585fde0f" + version = "v0.0.1" + +[[projects]] + branch = "master" + name = "golang.org/x/crypto" + packages = ["ssh/terminal"] + revision = "1875d0a70c90e57f11972aefd42276df65e895b9" + +[[projects]] + branch = "master" + name = "golang.org/x/sys" + packages = [ + "unix", + "windows" + ] + revision = "ff2a66f350cefa5c93a634eadb5d25bb60c85a9c" + +[[projects]] + branch = "v1" + name = "gopkg.in/yaml.v1" + packages = ["."] + revision = "9f9df34309c04878acc86042b16630b0f696e1de" + +[solve-meta] + analyzer-name = "dep" + analyzer-version = 1 + inputs-digest = "0ca844b291d0677146cb19e9591e5e61d3bbbeaf662e25fc27cd3a06297e32dc" + solver-name = "gps-cdcl" + solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml new file mode 100644 index 0000000000000000000000000000000000000000..f9d563eef69ade8d47038a62bf8f66978dd89f71 --- /dev/null +++ b/Gopkg.toml @@ -0,0 +1,47 @@ +[[constraint]] + name = "github.com/BurntSushi/toml" + version = "0.3.0" + +[[constraint]] + branch = "master" + name = "github.com/atotto/clipboard" + +[[constraint]] + branch = "master" + name = "github.com/bmizerany/assert" + +[[constraint]] + branch = "master" + name = "github.com/kballard/go-shellquote" + +[[constraint]] + name = "github.com/mattn/go-colorable" + version = "0.0.9" + +[[constraint]] + name = "github.com/mattn/go-isatty" + version = "0.0.3" + +[[constraint]] + branch = "master" + name = "github.com/mitchellh/go-homedir" + +[[constraint]] + branch = "master" + name = "github.com/octokit/go-octokit" + +[[constraint]] + name = "github.com/ogier/pflag" + version = "0.0.1" + +[[constraint]] + branch = "master" + name = "golang.org/x/crypto" + +[[constraint]] + branch = "v1" + name = "gopkg.in/yaml.v1" + +[prune] + go-tests = true + unused-packages = true