Files
onvif/go.mod
Jean-Francois Smigielski 72a3540cc3 Let the example code use the generated SDK methods
Also introduces zerolog for pretty traces and juju/errors to annotate the errors
and track their origin.
2022-05-11 10:05:57 +02:00

14 lines
365 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.7.0
github.com/gofrs/uuid v3.2.0+incompatible
github.com/juju/errors v0.0.0-20220331221717-b38fca44723b
github.com/rs/zerolog v1.26.1
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
)