updated dependencies

This commit is contained in:
michael1011 2018-03-28 18:51:56 +02:00
parent d323d28dc9
commit e525828939
No known key found for this signature in database
GPG Key ID: 84D249BA71685D46
2 changed files with 11 additions and 28 deletions

8
Gopkg.lock generated
View File

@ -1,6 +1,12 @@
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
branch = "master"
name = "github.com/donovanhide/eventsource"
packages = ["."]
revision = "3ed64d21fb0b6bd8b49bcfec08f3004daee8723d"
[[projects]]
name = "github.com/golang/protobuf"
packages = [
@ -105,6 +111,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "4f860bdd78949e728fd2a848ecbe315573961a90d2ab58faec2dff18948200e9"
inputs-digest = "6f6399de5cf318f2f0c9332a08fde959dcceb2d4129a71d0576ce02df118d201"
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -1,29 +1,6 @@
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
[[constraint]]
name = "github.com/donovanhide/eventsource"
branch = "master"
[[constraint]]
name = "github.com/jessevdk/go-flags"
@ -31,7 +8,7 @@
[[constraint]]
name = "github.com/lightningnetwork/lnd"
version = "0.4.0-beta"
version = "0.4-beta"
[[constraint]]
name = "github.com/op/go-logging"