Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
Update some dependencies to align with module prometheus/promethues which
will be need by influxdata#17814.
  • Loading branch information
foobar committed Jun 27, 2020
1 parent d46c6a8 commit d202d5a
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 20 deletions.
41 changes: 27 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/influxdata/influxdb
go 1.13

require (
cloud.google.com/go v0.56.0 // indirect
cloud.google.com/go/bigtable v1.2.0 // indirect
collectd.org v0.3.0
github.com/BurntSushi/toml v0.3.1
Expand All @@ -15,40 +16,52 @@ require (
github.com/dgryski/go-bitstream v0.0.0-20180413035011-3522498ce2c8
github.com/glycerine/go-unsnap-stream v0.0.0-20180323001048-9f0cb55181dd // indirect
github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31 // indirect
github.com/gogo/protobuf v1.1.1
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.0 // indirect
github.com/golang/snappy v0.0.1
github.com/google/go-cmp v0.4.0
github.com/influxdata/flux v0.65.0
github.com/influxdata/influxql v1.1.0
github.com/influxdata/roaring v0.4.13-0.20180809181101-fc520f41fab6
github.com/influxdata/usage-client v0.0.0-20160829180054-6d3895376368
github.com/jsternberg/zap-logfmt v1.0.0
github.com/jwilder/encoding v0.0.0-20170811194829-b4e1701a28ef
github.com/klauspost/compress v1.4.0 // indirect
github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5 // indirect
github.com/klauspost/compress v1.9.5 // indirect
github.com/klauspost/crc32 v0.0.0-20161016154125-cb6bfca970f6 // indirect
github.com/klauspost/pgzip v1.0.2-0.20170402124221-0bf5dcad4ada
github.com/mattn/go-isatty v0.0.4
github.com/kr/pretty v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-isatty v0.0.12
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae // indirect
github.com/opentracing/opentracing-go v1.0.3-0.20180606204148-bd9c31933947
github.com/opentracing/opentracing-go v1.1.0
github.com/paulbellamy/ratecounter v0.2.0
github.com/peterh/liner v1.0.1-0.20180619022028-8c1271fcf47f
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.0.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/procfs v0.0.11 // indirect
github.com/retailnext/hllpp v1.0.1-0.20180308014038-101a6d2f8b52
github.com/segmentio/kafka-go v0.2.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/cast v1.3.0
github.com/stretchr/testify v1.5.1 // indirect
github.com/tinylib/msgp v1.0.2
github.com/willf/bitset v1.1.3 // indirect
github.com/xlab/treeprint v0.0.0-20180616005107-d6fb6747feb6
go.uber.org/zap v1.9.1
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200107162124-548cf772de50
go.uber.org/atomic v1.6.0 // indirect
go.uber.org/zap v1.13.0
golang.org/x/crypto v0.0.0-20200422194213-44a606286825
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
golang.org/x/text v0.3.2
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
golang.org/x/tools v0.0.0-20200422205258-72e4a01eba43 // indirect
gonum.org/v1/gonum v0.6.0 // indirect
google.golang.org/grpc v1.26.0
google.golang.org/api v0.22.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20200420144010-e5e8543f8aeb // indirect
google.golang.org/grpc v1.29.0
gopkg.in/yaml.v2 v2.2.8 // indirect
)
Loading

0 comments on commit d202d5a

Please sign in to comment.