Bump version of wikitext-parser to fix double links

This commit is contained in:
DataHoarder 2022-02-20 22:41:34 +01:00
parent e2be7c2d2c
commit 5d73ea2b35
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -4,4 +4,4 @@ go 1.18
require golang.org/x/text v0.3.7
require git.gammaspectra.live/S.O.N.G/wikitext-parser v0.0.0-20220220211024-5c99a0ad20f1
require git.gammaspectra.live/S.O.N.G/wikitext-parser v0.0.0-20220220212802-e21f1e249ca9

4
go.sum
View file

@ -1,4 +1,4 @@
git.gammaspectra.live/S.O.N.G/wikitext-parser v0.0.0-20220220211024-5c99a0ad20f1 h1:rGG6rV43aQXUYdZUU4J+Qg5e30K6cA2Ga6yGbRztqoo=
git.gammaspectra.live/S.O.N.G/wikitext-parser v0.0.0-20220220211024-5c99a0ad20f1/go.mod h1:WRXSVczbEaJc+qb8f8C9ZLi4naQl32HS0WK/eccO9Hk=
git.gammaspectra.live/S.O.N.G/wikitext-parser v0.0.0-20220220212802-e21f1e249ca9 h1:lIiSlBlge43zULALq20yrd4Ern1XejSRaIwWQlsc4uM=
git.gammaspectra.live/S.O.N.G/wikitext-parser v0.0.0-20220220212802-e21f1e249ca9/go.mod h1:WRXSVczbEaJc+qb8f8C9ZLi4naQl32HS0WK/eccO9Hk=
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=