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

Upgrade Prometheus client & zerolog deps. #28

Merged
merged 2 commits into from Apr 19, 2021
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.16
- name: Checkout code
uses: actions/checkout@v1
- name: Cache dependencies
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/anas-aso/ssllabs_exporter
go 1.16

require (
github.com/prometheus/client_golang v1.5.1
github.com/rs/zerolog v1.20.0
github.com/prometheus/client_golang v1.10.0
github.com/rs/zerolog v1.21.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)