mirror of
https://github.com/kerberos-io/onvif.git
synced 2026-08-23 15:08:33 +00:00
Also introduces zerolog for pretty traces and juju/errors to annotate the errors and track their origin.
14 lines
365 B
Modula-2
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
|
|
)
|