aboutsummaryrefslogtreecommitdiff
path: root/Gopkg.lock
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2018-02-08 02:01:29 -0800
committerGitHub <noreply@github.com>2018-02-08 02:01:29 -0800
commitf4ccce6f486c26fdfa8d3d09929d464fc9368ab3 (patch)
tree82d72cbbc03b84e59d2018188f220340a95cff39 /Gopkg.lock
parent141265fe9c7bc13bf8bff6265cfafc65ed2ebd5c (diff)
parent78ec1b76d5dfd58bf244ee1426a6c86ed5fce118 (diff)
Merge pull request #83 from google/dep
Start using Dep
Diffstat (limited to 'Gopkg.lock')
-rw-r--r--Gopkg.lock44
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