File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/ethereum/go-ethereum v1.11.5
99 github.com/gin-gonic/gin v1.9.1
1010 github.com/lib/pq v1.10.8
11- github.com/mmcdole/gofeed v1.2.1
11+ github.com/mmcdole/gofeed v1.3.0
1212 github.com/rabbitmq/amqp091-go v1.9.0
1313 github.com/redis/go-redis/v9 v9.5.1
1414 go.uber.org/zap v1.27.0
@@ -47,7 +47,7 @@ require (
4747 github.com/klauspost/cpuid/v2 v2.2.4 // indirect
4848 github.com/leodido/go-urn v1.2.4 // indirect
4949 github.com/mattn/go-isatty v0.0.19 // indirect
50- github.com/mmcdole/goxpp v1.1.0 // indirect
50+ github.com/mmcdole/goxpp v1.1.1-0.20240225020742-a0c311522b23 // indirect
5151 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5252 github.com/modern-go/reflect2 v1.0.2 // indirect
5353 github.com/pelletier/go-toml/v2 v2.0.8 // indirect
Original file line number Diff line number Diff line change @@ -138,8 +138,12 @@ github.com/mitchellh/mapstructure v1.4.1 h1:CpVNEelQCZBooIPDn+AR3NpivK/TIKU8bDxd
138138github.com/mitchellh/pointerstructure v1.2.0 h1:O+i9nHnXS3l/9Wu7r4NrEdwA2VFTicjUEN1uBnDo34A =
139139github.com/mmcdole/gofeed v1.2.1 h1:tPbFN+mfOLcM1kDF1x2c/N68ChbdBatkppdzf/vDe1s =
140140github.com/mmcdole/gofeed v1.2.1 /go.mod h1:2wVInNpgmC85q16QTTuwbuKxtKkHLCDDtf0dCmnrNr4 =
141+ github.com/mmcdole/gofeed v1.3.0 h1:5yn+HeqlcvjMeAI4gu6T+crm7d0anY85+M+v6fIFNG4 =
142+ github.com/mmcdole/gofeed v1.3.0 /go.mod h1:9TGv2LcJhdXePDzxiuMnukhV2/zb6VtnZt1mS+SjkLE =
141143github.com/mmcdole/goxpp v1.1.0 h1:WwslZNF7KNAXTFuzRtn/OKZxFLJAAyOA9w82mDz2ZGI =
142144github.com/mmcdole/goxpp v1.1.0 /go.mod h1:v+25+lT2ViuQ7mVxcncQ8ch1URund48oH+jhjiwEgS8 =
145+ github.com/mmcdole/goxpp v1.1.1-0.20240225020742-a0c311522b23 h1:Zr92CAlFhy2gL+V1F+EyIuzbQNbSgP4xhTODZtrXUtk =
146+ github.com/mmcdole/goxpp v1.1.1-0.20240225020742-a0c311522b23 /go.mod h1:v+25+lT2ViuQ7mVxcncQ8ch1URund48oH+jhjiwEgS8 =
143147github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
144148github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
145149github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
You can’t perform that action at this time.
0 commit comments