Files
onvif/go.mod
2021-06-04 21:51:49 +02:00

12 lines
280 B
Modula-2

module github.com/kerberos-io/onvif
go 1.15
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
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
)