mirror of
https://github.com/Fishwaldo/go-dcdc200.git
synced 2025-03-15 11:31:22 +00:00
Some checks failed
Build / test (1.15.x, ubuntu-latest) (push) Has been cancelled
Build / test (1.16.x, ubuntu-latest) (push) Has been cancelled
Build / test (1.17.x, ubuntu-latest) (push) Has been cancelled
Build / Analyze (push) Has been cancelled
Build / codecov (push) Has been cancelled
Build / Lint project using GolangCI Lint (push) Has been cancelled
Build / goreadme (push) Has been cancelled
Build / release (push) Has been cancelled
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.9.0 to 1.9.3. - [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.9.0...v1.9.3) --- updated-dependencies: - dependency-name: github.com/sirupsen/logrus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
13 lines
318 B
Modula-2
13 lines
318 B
Modula-2
module github.com/Fishwaldo/go-dcdc200
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/bombsimon/logrusr/v2 v2.0.1
|
|
github.com/go-logr/logr v1.2.4
|
|
github.com/go-logr/stdr v1.2.2
|
|
github.com/google/gousb v2.1.0+incompatible
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|