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

Commit

Permalink
Merge pull request #19 from mrueg/deps
Browse files Browse the repository at this point in the history
Update and tidy dependencies
  • Loading branch information
greenpau authored Aug 19, 2021
2 parents 318e932 + 0020b02 commit cd12941
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 277 deletions.
14 changes: 5 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ module github.com/greenpau/gobgp_exporter
go 1.14

require (
github.com/osrg/gobgp v2.0.0+incompatible
github.com/prometheus/client_golang v1.8.0
github.com/prometheus/common v0.15.0
github.com/sirupsen/logrus v1.7.0 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
golang.org/x/sys v0.0.0-20201116161645-c061ba923fbb // indirect
golang.org/x/text v0.3.4 // indirect
google.golang.org/genproto v0.0.0-20201116144945-7adebfbe6a3f // indirect
google.golang.org/grpc v1.33.2
github.com/osrg/gobgp v0.0.0-20210801043420-9e48a36ed97c
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.26.0
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
google.golang.org/grpc v1.40.0
)
Loading

0 comments on commit cd12941

Please sign in to comment.