2021-09-21 22:23:16 +08:00
|
|
|
module github.com/Fishwaldo/go-dcdc200
|
|
|
|
|
2022-04-06 15:11:36 +08:00
|
|
|
go 1.17
|
2021-09-21 22:23:16 +08:00
|
|
|
|
2021-09-23 00:59:07 +08:00
|
|
|
require (
|
2022-02-19 15:10:18 +08:00
|
|
|
github.com/bombsimon/logrusr/v2 v2.0.1
|
2022-04-06 17:51:43 +08:00
|
|
|
github.com/go-logr/logr v1.2.3
|
2022-02-19 15:10:18 +08:00
|
|
|
github.com/go-logr/stdr v1.2.2
|
2022-01-11 23:16:46 +08:00
|
|
|
github.com/google/gousb v2.1.0+incompatible
|
2022-02-19 15:10:18 +08:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-09-23 00:59:07 +08:00
|
|
|
)
|
2022-04-06 17:51:43 +08:00
|
|
|
|
|
|
|
require golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
|