Skip to content

Commit

Permalink
Update Go module dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Volz <[email protected]>
  • Loading branch information
juliusv committed Feb 17, 2022
1 parent 63ecfe0 commit fd6b381
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 217 deletions.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ module github.com/juliusv/prometheus_demo_service

go 1.15

require github.com/prometheus/client_golang v1.8.0
require (
github.com/prometheus/client_golang v1.12.1
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)
Loading

0 comments on commit fd6b381

Please sign in to comment.