Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/prometheus/client_golang to v1.19.1 #48

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 8 additions & 7 deletions go.mod
Expand Up @@ -3,15 +3,16 @@ module github.com/simonpasquier/sandbox
go 1.14

require (
github.com/go-kit/kit v0.9.0
github.com/google/go-github/v27 v27.0.6
github.com/heroku/docker-registry-client v0.0.0-20211012143308-9463674c8930
github.com/jszwedko/go-circleci v0.2.0
github.com/oklog/ulid v1.3.1
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.4.1
github.com/prometheus/common v0.9.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.19.1
github.com/prometheus/common v0.48.0
github.com/prometheus/prometheus v1.8.2-0.20200213233353-b90be6f32a33
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/grpc v1.23.0
gopkg.in/yaml.v2 v2.2.7
golang.org/x/oauth2 v0.16.0
google.golang.org/grpc v1.55.0
gopkg.in/yaml.v2 v2.4.0
)