Skip to content

Commit

Permalink
upgrade modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cblomart committed Dec 23, 2021
1 parent 259a178 commit 1085666
Show file tree
Hide file tree
Showing 2 changed files with 364 additions and 47 deletions.
27 changes: 17 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,28 @@ module github.com/cblomart/vsphere-graphite
go 1.14

require (
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
code.cloudfoundry.org/bytefmt v0.0.0-20211005130812-5bb3c17173e5
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/fluent/fluent-logger-golang v1.9.0
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d
github.com/golang/snappy v0.0.4 // indirect
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
github.com/klauspost/compress v1.13.6 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/marpaia/graphite-golang v0.0.0-20190519024811-caf161d2c2b1
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
github.com/prometheus/client_golang v1.11.0
github.com/segmentio/kafka-go v0.4.16
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/segmentio/kafka-go v0.4.25
github.com/takama/daemon v1.0.0
github.com/tinylib/msgp v1.1.2 // indirect
github.com/valyala/fasthttp v1.26.0
github.com/vmware/govmomi v0.26.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
github.com/tinylib/msgp v1.1.6 // indirect
github.com/valyala/fasthttp v1.31.0
github.com/vmware/govmomi v0.27.2
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/olivere/elastic.v5 v5.0.86
)
Loading

0 comments on commit 1085666

Please sign in to comment.