2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-04 06:00:21 +00:00

build: go mod tidy

This commit is contained in:
Olaoluwa Osuntokun 2019-04-16 19:18:44 -07:00
parent 6d00809575
commit 74d381fa63
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

2
go.mod
View File

@ -15,5 +15,5 @@ require (
golang.org/x/net v0.0.0-20190313220215-9f648a60d977
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19
google.golang.org/grpc v1.19.0
gopkg.in/macaroon.v2 v2.1.0
gopkg.in/macaroon.v2 v2.1.0 // indirect
)