Skip to content

Commit

Permalink
update go version to 1.18 and bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mdimiceli committed Apr 13, 2022
1 parent 45ab8a3 commit ee55130
Show file tree
Hide file tree
Showing 312 changed files with 7,639 additions and 3,686 deletions.
45 changes: 28 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,28 +1,39 @@
module github.com/bosh-prometheus/firehose_exporter

go 1.15
go 1.18

require (
code.cloudfoundry.org/go-diodes v0.0.0-20190809170250-f77fb823c7ee
code.cloudfoundry.org/go-diodes v0.0.0-20220408221943-2db000dd671c
code.cloudfoundry.org/go-loggregator/v8 v8.0.5
code.cloudfoundry.org/tlsconfig v0.0.0-20210615191307-5d92ef3894a7 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/cespare/xxhash/v2 v2.1.2
github.com/gogo/protobuf v1.3.2
github.com/google/go-querystring v1.1.0 // indirect
github.com/iancoleman/strcase v0.1.3
github.com/kr/pretty v0.2.0 // indirect
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.14.0
github.com/prometheus/client_golang v1.11.0
github.com/iancoleman/strcase v0.2.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.19.0
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.32.1
github.com/prometheus/procfs v0.7.3 // indirect
github.com/prometheus/promu v0.13.0 // indirect
github.com/prometheus/common v0.33.0
github.com/sirupsen/logrus v1.8.1
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20210707164411-8c882eb9abba // indirect
golang.org/x/net v0.0.0-20220412020605-290c469a71a5
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)

require (
code.cloudfoundry.org/tlsconfig v0.0.0-20211123175040-23cc9f05b6b3 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
google.golang.org/grpc v1.45.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
100 changes: 53 additions & 47 deletions go.sum

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions vendor/code.cloudfoundry.org/go-diodes/.travis.yml

This file was deleted.

4 changes: 1 addition & 3 deletions vendor/code.cloudfoundry.org/go-diodes/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 0 additions & 28 deletions vendor/code.cloudfoundry.org/go-loggregator/v8/go.mod

This file was deleted.

99 changes: 0 additions & 99 deletions vendor/code.cloudfoundry.org/go-loggregator/v8/go.sum

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/code.cloudfoundry.org/tlsconfig/go.mod

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/code.cloudfoundry.org/tlsconfig/go.sum

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/alecthomas/template/go.mod

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/alecthomas/units/go.mod

This file was deleted.

11 changes: 0 additions & 11 deletions vendor/github.com/alecthomas/units/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/cespare/xxhash/v2/go.mod

This file was deleted.

Empty file.
2 changes: 2 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/.mailmap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 0 additions & 36 deletions vendor/github.com/fsnotify/fsnotify/.travis.yml

This file was deleted.

16 changes: 13 additions & 3 deletions vendor/github.com/fsnotify/fsnotify/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ee55130

Please sign in to comment.