1
0
mirror of https://github.com/Luzifer/cam2mjpeg.git synced 2024-09-18 23:02:58 +00:00
cam2mjpeg/go.mod

11 lines
204 B
Modula-2
Raw Permalink Normal View History

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