Skip to content

Commit d78f9b8

Browse files
committed
vendor: update all dependencies except Azure SDK
The Azure SDK doesn't support Go 1.5 anymore. We can't upgrade it until Go 1.8 comes out.
1 parent 02b6755 commit d78f9b8

File tree

130 files changed

+14047
-1030
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+14047
-1030
lines changed

cmd/utils/customflags.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ import (
2323
"os/user"
2424
"path"
2525
"strings"
26-
27-
"gopkg.in/urfave/cli.v1"
2826
)
2927

3028
// Custom type which is registered in the flags library which cli uses for
@@ -46,7 +44,6 @@ func (self *DirectoryString) Set(value string) error {
4644
// Custom cli.Flag type which expand the received string to an absolute path.
4745
// e.g. ~/.ethereum -> /home/username/.ethereum
4846
type DirectoryFlag struct {
49-
cli.GenericFlag
5047
Name string
5148
Value DirectoryString
5249
Usage string
@@ -117,7 +114,7 @@ func withEnvHint(envVar, str string) string {
117114
return str + envText
118115
}
119116

120-
func (self DirectoryFlag) getName() string {
117+
func (self DirectoryFlag) GetName() string {
121118
return self.Name
122119
}
123120

vendor.conf

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,41 @@ github.com/ethereum/go-ethereum
33

44
# import
55
github.com/Azure/azure-sdk-for-go v5.0.0-beta-5-gbd73d95
6-
github.com/aristanetworks/goarista ockafka-v0.0.2-7-g306a19f
6+
github.com/aristanetworks/goarista ockafka-v0.0.2-21-g34c98d5
77
github.com/cespare/cp 165db2f
8-
github.com/davecgh/go-spew v1.0.0-9-g346938d
8+
github.com/davecgh/go-spew v1.1.0
99
github.com/ethereum/ethash v23.1-249-g214d4c0
10-
github.com/fatih/color v1.1.0-4-gbf82308
11-
github.com/gizak/termui d29684e
10+
github.com/fatih/color v1.2-2-ge8e01ee
11+
github.com/gizak/termui v2.1.1-9-gf63e0cd
1212
github.com/golang/snappy d9eb7a3
1313
github.com/hashicorp/golang-lru 0a025b7
14-
github.com/huin/goupnp 949b8a7
14+
github.com/huin/goupnp 679507a
1515
github.com/jackpal/go-nat-pmp v1.0.1-4-g1fa385a
16-
github.com/mattn/go-colorable v0.0.6-7-g6e26b35
17-
github.com/mattn/go-isatty 66b8e73
16+
github.com/maruel/panicparse ad66119
17+
github.com/mattn/go-colorable v0.0.6-9-gd228849
18+
github.com/mattn/go-isatty 30a891c
1819
github.com/mattn/go-runewidth v0.0.1-10-g737072b
1920
github.com/mitchellh/go-wordwrap ad45545
20-
github.com/nsf/termbox-go b6acae5
21-
github.com/pborman/uuid v1.0-17-g3d4f2ba
21+
github.com/nsf/termbox-go abe82ce
22+
github.com/pborman/uuid v1.0-19-g5007efa
2223
github.com/peterh/liner 3c5f577
23-
github.com/rcrowley/go-metrics ab2277b
24+
github.com/rcrowley/go-metrics 1f30fe9
2425
github.com/rjeczalik/notify 7e20c15
2526
github.com/robertkrimen/otto bf1c379
2627
github.com/rs/cors v1.0
2728
github.com/rs/xhandler v1.0-1-ged27b6f
28-
github.com/syndtr/goleveldb 6b4daa5
29-
golang.org/x/crypto 9477e0b
30-
golang.org/x/net 4bb47a1
31-
golang.org/x/sys c200b10
32-
golang.org/x/text a8b3843
33-
golang.org/x/tools 1529f88
34-
gopkg.in/check.v1 4f90aea
29+
github.com/syndtr/goleveldb 23851d9
30+
golang.org/x/crypto 7c6cc32
31+
golang.org/x/net 60c41d1
32+
golang.org/x/sys d75a526
33+
golang.org/x/text 44f4f65
34+
golang.org/x/tools 116266f6
35+
gopkg.in/check.v1 20d25e2
3536
gopkg.in/fatih/set.v0 v0.1.0-3-g27c4092
3637
gopkg.in/karalabe/cookiejar.v2 8dcd6a7
3738
gopkg.in/natefinch/npipe.v2 c1b8fa8
3839
gopkg.in/sourcemap.v1 v1.0.3
39-
gopkg.in/urfave/cli.v1 v1.18.1
40+
gopkg.in/urfave/cli.v1 v1.19.1
4041

4142
# exclude
4243
-golang.org/x/net/context

vendor/github.com/aristanetworks/goarista/.travis.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aristanetworks/goarista/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fatih/color/README.md

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fatih/color/color.go

Lines changed: 108 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fatih/color/doc.go

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gizak/termui/barchart.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)