Skip to content

Commit

Permalink
build: update dep to match lnd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Sep 7, 2018
1 parent 4bc5d50 commit 5a04aca
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 76 deletions.
151 changes: 79 additions & 72 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 20 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,37 @@
# unused-packages = true


[[constraint]]
name = "github.com/btcsuite/btcd"
revision = "cff30e1d23fc9e800b2b5b4b41ef1817dda07e9f"

[[constraint]]
name = "github.com/btcsuite/btcutil"
revision = "ab6388e0c60ae4834a1f57511e20c17b5f78be4b"

[[constraint]]
name = "github.com/davecgh/go-spew"
version = "1.1.0"
version = "1.1.1"

[[constraint]]
branch = "master"
name = "github.com/golang/crypto"

[[constraint]]
name = "github.com/gorilla/mux"
version = "1.3.0"
version = "1.6.2"

[[constraint]]
name = "github.com/lightningnetwork/lnd"
revision = "fb95858afce6d7129758e7677bcb1552c5be2c51"

[[constraint]]
name = "google.golang.org/grpc"
version = "b3ddf786825de56a4178401b7e174ee332173b66"
revision = "b3ddf786825de56a4178401b7e174ee332173b66"

[[constraint]]
name = "gopkg.in/macaroon.v2"
version = "2.0.0"
revision = "bed2a428da6e56d950bed5b41fcbae3141e5b0d0"

[prune]
go-tests = true
Expand Down

0 comments on commit 5a04aca

Please sign in to comment.