Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vidister committed Aug 25, 2022
1 parent c9e588d commit 2141db9
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 25 deletions.
10 changes: 7 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
module gitlab.com/wobcom/transceiver-exporter
module github.com/wobcom/transceiver-exporter

go 1.14

require (
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.10.0
github.com/prometheus/client_golang v1.13.0
github.com/sirupsen/logrus v1.6.0
gitlab.com/wobcom/ethtool v1.0.0
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)
Loading

0 comments on commit 2141db9

Please sign in to comment.