Skip to content

Commit edec3df

Browse files
author
Vladimir Smirnov
committed
Update vendored dependencies
* Bump all vendored dependencies to their current version * Remove unused pkgs from vendor
1 parent 099641f commit edec3df

File tree

435 files changed

+112970
-40983
lines changed

Some content is hidden

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

435 files changed

+112970
-40983
lines changed

go.mod

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ require (
88
github.com/aclements/go-moremath v0.0.0-20190830160640-d16893ddf098 // indirect
99
github.com/ansel1/merry v1.5.1
1010
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
11-
github.com/cosiner/argv v0.1.0 // indirect
1211
github.com/dgryski/go-expirecache v0.0.0-20170314133854-743ef98b2adb
1312
github.com/dgryski/go-onlinestats v0.0.0-20170612111826-1c7d19468768
1413
github.com/dgryski/httputil v0.0.0-20160116060654-189c2918cd08
@@ -20,35 +19,23 @@ require (
2019
github.com/facebookgo/httpdown v0.0.0-20180706035922-5979d39b15c2 // indirect
2120
github.com/facebookgo/pidfile v0.0.0-20150612191647-f242e2999868
2221
github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 // indirect
23-
github.com/go-delve/delve v1.4.0 // indirect
2422
github.com/go-graphite/protocol v0.4.2
25-
github.com/golang/protobuf v1.3.5
23+
github.com/golang/protobuf v1.4.0
2624
github.com/gorilla/handlers v1.4.2
27-
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
28-
github.com/lib/pq v1.3.0
25+
github.com/lib/pq v1.4.0
2926
github.com/lomik/og-rek v0.0.0-20170411191824-628eefeb8d80
3027
github.com/lomik/zapwriter v0.0.0-20180906104450-2ec2b9a61680
3128
github.com/maruel/natural v0.0.0-20180416170133-dbcb3e2e8cf1
32-
github.com/mattn/go-colorable v0.1.6 // indirect
33-
github.com/mattn/go-runewidth v0.0.9 // indirect
3429
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
3530
github.com/peterbourgon/g2g v0.0.0-20161124161852-0c2bab2b173d
36-
github.com/peterh/liner v1.2.0 // indirect
3731
github.com/philhofer/fwd v1.0.0 // indirect
3832
github.com/satori/go.uuid v1.2.0
39-
github.com/sirupsen/logrus v1.5.0 // indirect
40-
github.com/spf13/cobra v1.0.0 // indirect
41-
github.com/spf13/pflag v1.0.5 // indirect
42-
github.com/spf13/viper v1.6.2
33+
github.com/spf13/viper v1.6.3
4334
github.com/stretchr/testify v1.5.1
4435
github.com/tinylib/msgp v1.1.2
4536
github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f
46-
go.starlark.net v0.0.0-20200330013621-be5394c419b6 // indirect
47-
go.uber.org/zap v1.14.1
48-
golang.org/x/arch v0.0.0-20200312215426-ff8b605520f4 // indirect
49-
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 // indirect
50-
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
37+
go.uber.org/zap v1.15.0
5138
gonum.org/v1/gonum v0.7.0
52-
google.golang.org/grpc v1.28.0
39+
google.golang.org/grpc v1.29.1
5340
gopkg.in/yaml.v2 v2.2.8
5441
)

go.sum

Lines changed: 31 additions & 92 deletions
Large diffs are not rendered by default.

vendor/github.com/golang/protobuf/proto/buffer.go

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

0 commit comments

Comments
 (0)