Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

build(deps): bump github.com/prometheus/client_golang from 1.10.0 to 1.19.0 #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,22 @@ go 1.14
require (
github.com/apache/arrow/go/arrow v0.0.0-20210223225224-5bea62493d91
github.com/cheekybits/genny v1.0.0
github.com/golang/protobuf v1.5.1 // indirect
github.com/google/go-cmp v0.5.5
github.com/google/go-cmp v0.6.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd
github.com/hashicorp/go-plugin v1.2.2
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/json-iterator/go v1.1.11
github.com/json-iterator/go v1.1.12
github.com/magefile/mage v1.11.0
github.com/mattetti/filebuffer v1.0.1
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2
github.com/olekukonko/tablewriter v0.0.5
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.23.0
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2
google.golang.org/grpc v1.37.1
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
github.com/prometheus/client_golang v1.19.0
github.com/prometheus/common v0.48.0
github.com/stretchr/testify v1.8.2
golang.org/x/sys v0.16.0
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.32.0
)
Loading