Files
onvif/go.mod
Green Lightning c8ac58ebd7 Require Go 1.15
2020-10-23 11:51:21 +02:00

12 lines
275 B
Modula-2

module github.com/use-go/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
)