diff options
| author | Joseph Richey <joerichey94@google.com> | 2018-02-08 01:08:10 -0800 |
|---|---|---|
| committer | Joseph Richey <joerichey94@google.com> | 2018-02-08 01:17:58 -0800 |
| commit | 04f027adbec863c1a8bc93d5f9ab08b36a420543 (patch) | |
| tree | 7eb95b0dfdaf473f275ffe00394c7b0ec43de659 /Gopkg.lock | |
| parent | 2951db0703f50c18a301b98df5b20c269fa97680 (diff) | |
dep: Setup Gopkg.toml
This change transitions to dep, sets up Gopkg.toml, and purnes the
maximum allowable number of files.
Diffstat (limited to 'Gopkg.lock')
| -rw-r--r-- | Gopkg.lock | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Gopkg.lock b/Gopkg.lock new file mode 100644 index 0000000..68485d5 --- /dev/null +++ b/Gopkg.lock @@ -0,0 +1,44 @@ +# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. + + +[[projects]] + name = "github.com/golang/protobuf" + packages = [ + "jsonpb", + "proto", + "ptypes/struct" + ] + revision = "130e6b02ab059e7b717a096f397c5b60111cae74" + +[[projects]] + name = "github.com/pkg/errors" + packages = ["."] + revision = "2b3a18b5f0fb6b4f9190549597d3f962c02bc5eb" + +[[projects]] + name = "github.com/urfave/cli" + packages = ["."] + revision = "ac249472b7de27a9e8990819566d9be95ab5b816" + +[[projects]] + name = "golang.org/x/crypto" + packages = [ + "hkdf", + "ssh/terminal" + ] + revision = "76eec36fa14229c4b25bb894c2d0e591527af429" + +[[projects]] + name = "golang.org/x/sys" + packages = [ + "unix", + "windows" + ] + revision = "314a259e304ff91bd6985da2a7149bbf91237993" + +[solve-meta] + analyzer-name = "dep" + analyzer-version = 1 + inputs-digest = "03ddbed64c3ae0f05a2d4e1db58c004d6a256e6c6a03b5a6f1675618d0b2cba7" + solver-name = "gps-cdcl" + solver-version = 1 |