mirror of
https://github.com/Fishwaldo/go-dcdc200.git
synced 2025-03-15 19:41:23 +00:00
12 lines
288 B
Modula-2
12 lines
288 B
Modula-2
module github.com/Fishwaldo/go-dcdc200
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Fishwaldo/go-logadapter v0.0.2
|
|
github.com/bombsimon/logrusr/v2 v2.0.1
|
|
github.com/go-logr/logr v1.2.2
|
|
github.com/go-logr/stdr v1.2.2
|
|
github.com/google/gousb v2.1.0+incompatible
|
|
github.com/sirupsen/logrus v1.8.1
|
|
)
|