From 6405b1c8b3ccea1ba077d6dc928e5e4160a1e11b Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 16 Jan 2017 17:41:14 -0800 Subject: [PATCH] glide: pin sphinx package dependency at the commit level With this commit we now pin the version of lightning-onion we build against at a particular build on the Sphinx package as the package will be modified in order to accommodate for future changes in the spec. --- glide.lock | 6 +++--- glide.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/glide.lock b/glide.lock index e9d72111..6e434e63 100644 --- a/glide.lock +++ b/glide.lock @@ -1,5 +1,5 @@ -hash: 601b36a9a83b5ecb4321722fbacc45cf8d8dfbe8466e72a427f7acaf664a12ed -updated: 2017-01-14T19:45:16.042430337-08:00 +hash: 63c8e025e68860690ecd8c0f5d6a2ce0c20aae601f23add3cb41d702f07c2980 +updated: 2017-01-16T17:29:52.63308745-08:00 imports: - name: github.com/aead/chacha20 version: 7e1038a97ad08a9a16cb88ed7a6778b366ba4d99 @@ -108,7 +108,7 @@ imports: - name: github.com/urfave/cli version: 0bdeddeeb0f650497d603c4ad7b20cfe685682f6 - name: golang.org/x/crypto - version: 2f8be38b9a7533b8763d48273737ff6e90428a96 + version: 91902e332b9d47760598861512d2ae148f94ca58 subpackages: - hkdf - nacl/secretbox diff --git a/glide.yaml b/glide.yaml index 1dcb97ce..04cd6919 100644 --- a/glide.yaml +++ b/glide.yaml @@ -55,7 +55,7 @@ import: - package: google.golang.org/grpc version: ^1.0.0 - package: github.com/lightningnetwork/lightning-onion - version: master + version: a527838cac5e47260fb61ed155b9b24a6d6a10cc - package: github.com/grpc-ecosystem/grpc-gateway version: ^1.1.0 - package: github.com/aead/chacha20