From 4aa8d481351edde9f82b2ac10989aeb248a9b00e Mon Sep 17 00:00:00 2001 From: Ivan Tomilov Date: Mon, 12 Jun 2017 22:53:38 +0700 Subject: [PATCH] Deleted and removed glide.lock --- .gitignore | 1 + README.md | 2 +- glide.lock | 8 -------- 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 glide.lock diff --git a/.gitignore b/.gitignore index 3e2fe85..f5e8658 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 .glide/ +/glide.lock \ No newline at end of file diff --git a/README.md b/README.md index 3eb7d96..eaaebc8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # doubleratchet [The Double Ratchet Algorithm](https://whispersystems.org/docs/specifications/doubleratchet) Golang implementation. -The current version is being developed at the moment, it is still incomplete and cannot be used anywhere. +The current version is in active development at the moment, it is still incomplete and cannot be used anywhere. ## Installation diff --git a/glide.lock b/glide.lock deleted file mode 100644 index baacc98..0000000 --- a/glide.lock +++ /dev/null @@ -1,8 +0,0 @@ -hash: a0259e27dbafb8d32fae4f072a38d13bcc7270243d31c14da0178c0f43e8fce1 -updated: 2017-06-11T11:11:38.443059715+07:00 -imports: -- name: golang.org/x/crypto - version: e7ba82683099cae71475961448ab8f903ea77c26 - subpackages: - - curve25519 -testImports: []