Skip to content

Commit

Permalink
Upgrade gowsdl to fix WSSecurity timestamp compatibility issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
osery committed Oct 14, 2022
1 parent 3d93534 commit 9339043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/eyetowers/gonvif
go 1.18

require (
github.com/eyetowers/gowsdl v0.0.0-20221013082057-2a1df237f5b5
github.com/eyetowers/gowsdl v0.0.0-20221014084026-eab9a0b8dfad
github.com/golangci/golangci-lint v1.49.0
github.com/ivanpirog/coloredcobra v1.0.1
github.com/jellydator/ttlcache/v3 v3.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ github.com/esimonov/ifshort v1.0.4 h1:6SID4yGWfRae/M7hkVDVVyppy8q/v9OuxNdmjLQStB
github.com/esimonov/ifshort v1.0.4/go.mod h1:Pe8zjlRrJ80+q2CxHLfEOfTwxCZ4O+MuhcHcfgNWTk0=
github.com/ettle/strcase v0.1.1 h1:htFueZyVeE1XNnMEfbqp5r67qAN/4r6ya1ysq8Q+Zcw=
github.com/ettle/strcase v0.1.1/go.mod h1:hzDLsPC7/lwKyBOywSHEP89nt2pDgdy+No1NBA9o9VY=
github.com/eyetowers/gowsdl v0.0.0-20221013082057-2a1df237f5b5 h1:ImTV1cTWFLj+GjStR9UA6qCIbjVzXbyBuXR0q1y35e8=
github.com/eyetowers/gowsdl v0.0.0-20221013082057-2a1df237f5b5/go.mod h1:xLHCSGvEMra+jaTvHIsVplniyxHab+nPJp1cEzjeieA=
github.com/eyetowers/gowsdl v0.0.0-20221014084026-eab9a0b8dfad h1:h4JwG58dVnVAI7B+6jPu7wwrkJRmfA3/S/RqKLxuUH8=
github.com/eyetowers/gowsdl v0.0.0-20221014084026-eab9a0b8dfad/go.mod h1:xLHCSGvEMra+jaTvHIsVplniyxHab+nPJp1cEzjeieA=
github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
github.com/fatih/structtag v1.2.0 h1:/OdNE99OxoI/PqaW/SuSK9uxxT3f/tcSZgon/ssNSx4=
Expand Down

0 comments on commit 9339043

Please sign in to comment.