mirror of
https://github.com/Fishwaldo/go-dcdc200.git
synced 2025-03-15 19:41:23 +00:00
Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.2.4 to 1.4.2. - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-logr/logr/compare/v1.2.4...v1.4.2) --- updated-dependencies: - dependency-name: github.com/go-logr/logr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@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.4.2
|
|
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
|