Skip to content

Commit

Permalink
Update xml-go - fix concurrent read/write in namespacebinding map
Browse files Browse the repository at this point in the history
  • Loading branch information
printesoi committed Apr 2, 2024
1 parent 98bb273 commit 244f678
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 @@ -6,7 +6,7 @@ toolchain go1.22.1

require (
github.com/alexsergivan/transliterator v1.0.0
github.com/printesoi/xml-go v1.0.0
github.com/printesoi/xml-go v1.0.1
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.9.0
golang.org/x/oauth2 v0.18.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/printesoi/xml-go v1.0.0 h1:EBqfWNM/oXulKe25iBJNgtBeShRRCXNjkRNPSRzfH5w=
github.com/printesoi/xml-go v1.0.0/go.mod h1:+LM4KmCtr2ZLvs92Or/Dy+eZqsZ0aPES8lrGc/EU6JY=
github.com/printesoi/xml-go v1.0.1 h1:w5mcZ078m5hxibjTajof8zGI5HxYWkv9v4NJ3yhlxwU=
github.com/printesoi/xml-go v1.0.1/go.mod h1:+LM4KmCtr2ZLvs92Or/Dy+eZqsZ0aPES8lrGc/EU6JY=
github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
github.com/rogpeppe/go-internal v1.8.0 h1:FCbCCtXNOY3UtUuHUYaghJg4y7Fd14rXifAYUAtL9R8=
github.com/rogpeppe/go-internal v1.8.0/go.mod h1:WmiCO8CzOY8rg0OYDC4/i/2WRWAB6poM+XZ2dLUbcbE=
Expand Down

0 comments on commit 244f678

Please sign in to comment.