Skip to content

Commit

Permalink
update dependencies, client_golang to 1.14.0 and rethinkdb-go to 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Feb 16, 2023
1 parent f3d6a59 commit f58a80c
Show file tree
Hide file tree
Showing 2 changed files with 463 additions and 30 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/oliver006/rethinkdb_exporter
go 1.13

require (
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_model v0.3.0
gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.2
)
Loading

0 comments on commit f58a80c

Please sign in to comment.