deps(platform): update flux branch dep

pull/10616/head
Leonardo Di Donato 2018-10-08 15:22:37 +02:00 committed by Chris Goller
parent 6725ae6f64
commit d692b011ed
1 changed files with 9 additions and 8 deletions

17
go.mod
View File

@ -6,9 +6,6 @@ require (
github.com/Masterminds/semver v1.4.2 // indirect
github.com/NYTimes/gziphandler v1.0.1
github.com/RoaringBitmap/roaring v0.4.16
github.com/alecthomas/kingpin v2.2.6+incompatible // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/apex/log v1.0.0 // indirect
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
@ -17,8 +14,6 @@ require (
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40 // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/bouk/httprouter v0.0.0-20160817010721-ee8b3818a7f5
github.com/caarlos0/ctrlc v1.0.0 // indirect
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e // indirect
github.com/cespare/xxhash v1.1.0
github.com/coreos/bbolt v1.3.0
github.com/davecgh/go-spew v1.1.1
@ -30,6 +25,14 @@ require (
github.com/glycerine/goconvey v0.0.0-20180728074245-46e3a41ad493 // indirect
github.com/gogo/protobuf v1.1.1
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
github.com/gonum/blas v0.0.0-20180125090452-e7c5890b24cf // indirect
github.com/gonum/diff v0.0.0-20180125090814-f0137a19aa16 // indirect
github.com/gonum/floats v0.0.0-20180125090339-7de1f4ea7ab5 // indirect
github.com/gonum/integrate v0.0.0-20180125090255-09c2f478329f // indirect
github.com/gonum/internal v0.0.0-20180125090855-fda53f8d2571 // indirect
github.com/gonum/lapack v0.0.0-20180125091020-f0b8b25edece // indirect
github.com/gonum/mathext v0.0.0-20180126232648-3ffefb3e36fc // indirect
github.com/gonum/matrix v0.0.0-20180124231301-a41cc49d4c29 // indirect
github.com/google/go-cmp v0.2.0
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
@ -69,6 +72,7 @@ require (
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
github.com/pkg/errors v0.8.0
github.com/pkg/term v0.0.0-20180730021639-bffc007b7fd5 // indirect
github.com/prometheus/client_golang v0.0.0-20171201122222-661e31bf844d
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e
@ -81,8 +85,6 @@ require (
github.com/spf13/viper v1.2.1
github.com/tinylib/msgp v1.0.2 // indirect
github.com/tylerb/graceful v1.2.15
github.com/willf/bitset v1.1.9 // indirect
github.com/xlab/treeprint v0.0.0-20180616005107-d6fb6747feb6 // indirect
go.uber.org/zap v1.9.1
golang.org/x/crypto v0.0.0-20181001203147-e3636079e1a4
golang.org/x/net v0.0.0-20181005035420-146acd28ed58
@ -95,7 +97,6 @@ require (
google.golang.org/api v0.0.0-20181003000758-f5c49d98d21c
google.golang.org/grpc v1.15.0
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
labix.org/v2/mgo v0.0.0-20140701140051-000000000287 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)