Skip to content

Commit 3f7fb35

Browse files
committed
[misc] Update various dependencies
1 parent 7768800 commit 3f7fb35

File tree

2 files changed

+327
-23
lines changed

2 files changed

+327
-23
lines changed

go.mod

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ replace (
1414
)
1515

1616
require (
17-
github.com/antonmedv/expr v1.7.1
17+
github.com/antonmedv/expr v1.8.8
1818
github.com/armon/go-metrics v0.3.3 // indirect
19-
github.com/briandowns/spinner v1.9.0
19+
github.com/briandowns/spinner v1.11.1
2020
github.com/coreos/bbolt v1.3.4 // indirect
2121
github.com/coreos/etcd v3.3.19+incompatible // indirect
2222
github.com/coreos/go-semver v0.3.0 // indirect
@@ -28,41 +28,40 @@ require (
2828
github.com/gobwas/glob v0.2.3
2929
github.com/gogo/protobuf v1.3.1
3030
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
31-
github.com/golang/protobuf v1.3.5
31+
github.com/golang/protobuf v1.4.2
3232
github.com/google/uuid v1.1.1
3333
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
3434
github.com/gorilla/websocket v1.4.2 // indirect
3535
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 // indirect
3636
github.com/grpc-ecosystem/grpc-gateway v1.14.3 // indirect
3737
github.com/hashicorp/consul/api v1.4.0
38-
github.com/hashicorp/go-hclog v0.12.1 // indirect
38+
github.com/hashicorp/go-hclog v0.14.0 // indirect
3939
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
4040
github.com/hashicorp/go-msgpack v0.5.5 // indirect
4141
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
4242
github.com/hashicorp/go-uuid v1.0.2 // indirect
4343
github.com/hashicorp/golang-lru v0.5.4 // indirect
44-
github.com/hashicorp/serf v0.9.0 // indirect
45-
github.com/imdario/mergo v0.3.8
44+
github.com/hashicorp/serf v0.9.2 // indirect
45+
github.com/imdario/mergo v0.3.9
4646
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
4747
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
4848
github.com/k0kubun/pp v3.0.1+incompatible
49-
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
5049
github.com/kr/text v0.2.0 // indirect
5150
github.com/kylelemons/godebug v1.1.0 // indirect
5251
github.com/looplab/fsm v0.1.0
5352
github.com/mattn/go-colorable v0.1.6 // indirect
5453
github.com/mattn/go-runewidth v0.0.9 // indirect
55-
github.com/mesos/mesos-go v0.0.0-20190717023829-56ac038085ac
54+
github.com/mesos/mesos-go v0.0.11
5655
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
5756
github.com/miekg/dns v1.1.29 // indirect
5857
github.com/mitchellh/go-homedir v1.1.0
59-
github.com/mitchellh/mapstructure v1.2.2 // indirect
58+
github.com/mitchellh/mapstructure v1.3.1 // indirect
6059
github.com/naoina/go-stringutil v0.1.0 // indirect
6160
github.com/naoina/toml v0.1.1
6261
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
6362
github.com/olekukonko/tablewriter v0.0.4
64-
github.com/onsi/ginkgo v1.12.0
65-
github.com/onsi/gomega v1.9.0
63+
github.com/onsi/ginkgo v1.12.2
64+
github.com/onsi/gomega v1.10.1
6665
github.com/pborman/uuid v1.2.0
6766
github.com/pelletier/go-toml v1.6.0 // indirect
6867
github.com/pkg/errors v0.9.1 // indirect
@@ -72,11 +71,11 @@ require (
7271
github.com/rivo/tview v0.0.0-20200219210816-cd38d7432498
7372
github.com/rs/xid v1.2.1
7473
github.com/sergi/go-diff v1.1.0 // indirect
75-
github.com/sirupsen/logrus v1.5.0
74+
github.com/sirupsen/logrus v1.6.0
7675
github.com/smartystreets/assertions v1.0.1 // indirect
7776
github.com/spf13/afero v1.2.2 // indirect
7877
github.com/spf13/cast v1.3.1 // indirect
79-
github.com/spf13/cobra v0.0.6
78+
github.com/spf13/cobra v1.0.0
8079
github.com/spf13/jwalterweatherman v1.1.0 // indirect
8180
github.com/spf13/pflag v1.0.5
8281
github.com/spf13/viper v1.6.2
@@ -87,19 +86,18 @@ require (
8786
github.com/xlab/treeprint v1.0.0
8887
go.etcd.io/bbolt v1.3.4 // indirect
8988
go.uber.org/zap v1.14.1 // indirect
90-
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
89+
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
9190
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
92-
golang.org/x/net v0.0.0-20200320220750-118fecf932d8
91+
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
9392
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
94-
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
93+
golang.org/x/sys v0.0.0-20200523222454-059865788121
9594
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
9695
golang.org/x/tools v0.0.0-20200324053659-5c746ccfa245 // indirect
9796
google.golang.org/genproto v0.0.0-20200323114720-3f67cca34472 // indirect
9897
google.golang.org/grpc v1.28.0
9998
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
10099
gopkg.in/ini.v1 v1.55.0 // indirect
101100
gopkg.in/src-d/go-git.v4 v4.13.1
102-
gopkg.in/yaml.v2 v2.2.8 // indirect
103101
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86
104102
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
105103
sigs.k8s.io/yaml v1.2.0 // indirect

0 commit comments

Comments
 (0)