aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/crypto
diff options
context:
space:
mode:
authorJoseph Richey <joerichey94@google.com>2018-02-08 01:08:10 -0800
committerJoseph Richey <joerichey94@google.com>2018-02-08 01:17:58 -0800
commit04f027adbec863c1a8bc93d5f9ab08b36a420543 (patch)
tree7eb95b0dfdaf473f275ffe00394c7b0ec43de659 /vendor/golang.org/x/crypto
parent2951db0703f50c18a301b98df5b20c269fa97680 (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 'vendor/golang.org/x/crypto')
-rw-r--r--vendor/golang.org/x/crypto/AUTHORS3
-rw-r--r--vendor/golang.org/x/crypto/CONTRIBUTORS3
2 files changed, 6 insertions, 0 deletions
diff --git a/vendor/golang.org/x/crypto/AUTHORS b/vendor/golang.org/x/crypto/AUTHORS
new file mode 100644
index 0000000..2b00ddb
--- /dev/null
+++ b/vendor/golang.org/x/crypto/AUTHORS
@@ -0,0 +1,3 @@
+# This source code refers to The Go Authors for copyright purposes.
+# The master list of authors is in the main Go distribution,
+# visible at https://tip.golang.org/AUTHORS.
diff --git a/vendor/golang.org/x/crypto/CONTRIBUTORS b/vendor/golang.org/x/crypto/CONTRIBUTORS
new file mode 100644
index 0000000..1fbd3e9
--- /dev/null
+++ b/vendor/golang.org/x/crypto/CONTRIBUTORS
@@ -0,0 +1,3 @@
+# This source code was written by the Go contributors.
+# The master list of contributors is in the main Go distribution,
+# visible at https://tip.golang.org/CONTRIBUTORS.