Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.6.0 to 1.8.1. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](https://github.com/sirupsen/logrus/compare/v1.6.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/sirupsen/logrus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
277 B
Modula-2
11 lines
277 B
Modula-2
module github.com/czerwonk/bird_exporter
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/czerwonk/bird_socket v0.0.0-20190111125930-6c39d61f8853
|
|
github.com/czerwonk/testutils v0.0.0-20170526233935-dd9dabe360d4
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
)
|