Skip to content

Commit

Permalink
Updated a dependecy to fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluepke committed Jul 14, 2020
1 parent 103b7bf commit ee0ff48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.10.0
gitlab.com/wobcom/ethtool v0.0.0-20200708154515-e97cf91fad16
gitlab.com/wobcom/ethtool v1.0.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
gitlab.com/wobcom/ethtool v0.0.0-20200708154515-e97cf91fad16 h1:0ozpQIoujsSbj2GyroAfc8B76RlBqorTRr/ZvQZ/WNA=
gitlab.com/wobcom/ethtool v0.0.0-20200708154515-e97cf91fad16/go.mod h1:LFet1M8k+mCRWeyh2ZBNSKbfKZFSvZ4aJiX8FhowuXc=
gitlab.com/wobcom/ethtool v1.0.0 h1:e8UiPogYgdPrmsXI+RNQ6PbCAiQuWz187p3TGzkngP8=
gitlab.com/wobcom/ethtool v1.0.0/go.mod h1:LFet1M8k+mCRWeyh2ZBNSKbfKZFSvZ4aJiX8FhowuXc=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
Expand Down

0 comments on commit ee0ff48

Please sign in to comment.