goonvif/go.mod

15 lines
521 B
Modula-2
Raw Normal View History

2024-10-30 18:51:51 +08:00
module git.pyer.club/kingecg/goonvif
go 1.23.1
require (
github.com/beevik/etree v1.1.0 // indirect
github.com/elgs/gostrgen v0.0.0-20161222160715-9d61ae07eeae // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/juju/errors v0.0.0-20220331221717-b38fca44723b // indirect
github.com/rs/zerolog v1.26.1 // indirect
github.com/use-go/onvif v0.0.9 // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
)