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

Bump github.com/prometheus/client_golang from 1.9.0 to 1.11.1 #50

Open
wants to merge 1 commit into
base: main
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
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,19 @@ require (
github.com/ZupIT/horusec-devkit v0.0.0-20210318131703-025d34f2d2d7
github.com/evanphx/json-patch v4.9.0+incompatible
github.com/go-chi/chi v1.5.4
github.com/google/addlicense v0.0.0-20210428195630-6d92264d7170 // indirect
github.com/google/go-cmp v0.5.5
github.com/google/wire v0.5.0
github.com/heptiolabs/healthcheck v0.0.0-20180807145615-6ff867650f40
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/prometheus/client_golang v1.9.0 // indirect
github.com/prometheus/client_golang v1.11.1 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/thedevsaddam/renderer v1.2.0
github.com/uber/jaeger-client-go v2.25.0+incompatible
github.com/uber/jaeger-lib v2.4.0+incompatible // indirect
github.com/x-cray/logrus-prefixed-formatter v0.5.2
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
k8s.io/api v0.20.4
k8s.io/apimachinery v0.20.4
Expand Down
Loading