mirror of
https://github.com/kerberos-io/onvif.git
synced 2026-08-23 15:08:33 +00:00
13 lines
358 B
Modula-2
13 lines
358 B
Modula-2
module github.com/use-go/onvif
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/beevik/etree v1.1.0
|
|
github.com/elgs/gostrgen v0.0.0-20161222160715-9d61ae07eeae
|
|
github.com/gin-gonic/gin v1.6.2
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/yakovlevdmv/Golang-iso8601-duration v0.0.0-20180403125811-e5db0413b903
|
|
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
|
|
)
|