From 58c422beb59718d906c23c0a823b87c583edc54c Mon Sep 17 00:00:00 2001 From: Jim Posen Date: Wed, 2 May 2018 00:19:08 -0700 Subject: [PATCH] dep: Upgrade version of lightning-onion. --- Gopkg.lock | 4 ++-- Gopkg.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 06650edab..dc0664ccf 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -154,7 +154,7 @@ [[projects]] name = "github.com/lightningnetwork/lightning-onion" packages = ["."] - revision = "c86137582e53fe3ba26681a98f911b546970893e" + revision = "e5ab5d7396020384f864452ec3c69b56264f1092" [[projects]] name = "github.com/ltcsuite/ltcd" @@ -359,6 +359,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "7edcc418d8e2f483001838e05dc77e3fe613273418f8ddf7efd5cee6df68c6a8" + inputs-digest = "3e7512c1772a70c004d9557850137e4dd82545ec2e16381b4694ff4a0c5a6819" solver-name = "gps-cdcl" solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml index 8fe9087fc..b5a2f6ddf 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -44,7 +44,7 @@ [[constraint]] name = "github.com/lightningnetwork/lightning-onion" - revision = "c86137582e53fe3ba26681a98f911b546970893e" + revision = "e5ab5d7396020384f864452ec3c69b56264f1092" [[constraint]] name = "github.com/ltcsuite/ltcd"