Skip to content

Commit c412a8d

Browse files
committed
Add support for parsing XML TimeDate without zone.
1 parent afb6c59 commit c412a8d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/bin/
33
/dist/
44
.vscode/
5+
/vendor/

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/eyetowers/gonvif
33
go 1.20
44

55
require (
6-
github.com/eyetowers/gowsdl v0.0.0-20221014084026-eab9a0b8dfad
6+
github.com/eyetowers/gowsdl v0.0.0-20230602114649-7e912399d91a
77
github.com/golangci/golangci-lint v1.52.2
88
github.com/ivanpirog/coloredcobra v1.0.1
99
github.com/jellydator/ttlcache/v3 v3.0.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ github.com/esimonov/ifshort v1.0.4 h1:6SID4yGWfRae/M7hkVDVVyppy8q/v9OuxNdmjLQStB
126126
github.com/esimonov/ifshort v1.0.4/go.mod h1:Pe8zjlRrJ80+q2CxHLfEOfTwxCZ4O+MuhcHcfgNWTk0=
127127
github.com/ettle/strcase v0.1.1 h1:htFueZyVeE1XNnMEfbqp5r67qAN/4r6ya1ysq8Q+Zcw=
128128
github.com/ettle/strcase v0.1.1/go.mod h1:hzDLsPC7/lwKyBOywSHEP89nt2pDgdy+No1NBA9o9VY=
129-
github.com/eyetowers/gowsdl v0.0.0-20221014084026-eab9a0b8dfad h1:h4JwG58dVnVAI7B+6jPu7wwrkJRmfA3/S/RqKLxuUH8=
130-
github.com/eyetowers/gowsdl v0.0.0-20221014084026-eab9a0b8dfad/go.mod h1:xLHCSGvEMra+jaTvHIsVplniyxHab+nPJp1cEzjeieA=
129+
github.com/eyetowers/gowsdl v0.0.0-20230602114649-7e912399d91a h1:7Px25fQ7WzkG6Bcz1bj9ilLo0IH8iLGm+kJV5dMLTkw=
130+
github.com/eyetowers/gowsdl v0.0.0-20230602114649-7e912399d91a/go.mod h1:xLHCSGvEMra+jaTvHIsVplniyxHab+nPJp1cEzjeieA=
131131
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
132132
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
133133
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=

pkg/generated/onvif/docs_oasisopen_org/wsn/b2/0.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)