mirror of
https://github.com/Luzifer/cam2mjpeg.git
synced 2024-11-08 13:40:04 +00:00
10 lines
204 B
Modula-2
10 lines
204 B
Modula-2
module github.com/Luzifer/cam2mjpeg
|
|
|
|
go 1.13
|
|
|
|
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
|
|
)
|