1
0
Fork 0
mirror of https://github.com/Luzifer/cam2mjpeg.git synced 2024-11-08 13:40:04 +00:00
cam2mjpeg/go.mod

9 lines
195 B
Modula-2
Raw Normal View History

2019-02-10 00:08:21 +00:00
module github.com/Luzifer/cam2mjpeg
require (
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/gofrs/uuid v3.2.0+incompatible
github.com/pkg/errors v0.8.1
2019-02-10 00:08:21 +00:00
github.com/sirupsen/logrus v1.3.0
)