Skip to content

Commit 2a5c28a

Browse files
Bump github.com/mmcdole/gofeed from 1.2.1 to 1.3.0 (#1769)
Bumps [github.com/mmcdole/gofeed](https://github.com/mmcdole/gofeed) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/mmcdole/gofeed/releases) - [Commits](mmcdole/gofeed@v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: github.com/mmcdole/gofeed dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c118963 commit 2a5c28a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require (
2828
github.com/jedib0t/go-pretty/v6 v6.5.9
2929
github.com/jessevdk/go-flags v1.5.0
3030
github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b5
31-
github.com/mmcdole/gofeed v1.2.1
31+
github.com/mmcdole/gofeed v1.3.0
3232
github.com/olebedev/config v0.0.0-20190528211619-364964f3a8e4
3333
github.com/olekukonko/tablewriter v0.0.5
3434
github.com/ovh/cds v0.55.1
@@ -178,7 +178,7 @@ require (
178178
github.com/minio/sha256-simd v1.0.1 // indirect
179179
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 // indirect
180180
github.com/mitchellh/mapstructure v1.5.0 // indirect
181-
github.com/mmcdole/goxpp v1.1.0 // indirect
181+
github.com/mmcdole/goxpp v1.1.1-0.20240225020742-a0c311522b23 // indirect
182182
github.com/moby/docker-image-spec v1.3.1 // indirect
183183
github.com/moby/sys/atomicwriter v0.1.0 // indirect
184184
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -500,10 +500,10 @@ github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 h1:hOY53G+
500500
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452/go.mod h1:QjSHrPWS+BGUVBYkbTZWEnOh3G1DutKwClXU/ABz6AQ=
501501
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
502502
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
503-
github.com/mmcdole/gofeed v1.2.1 h1:tPbFN+mfOLcM1kDF1x2c/N68ChbdBatkppdzf/vDe1s=
504-
github.com/mmcdole/gofeed v1.2.1/go.mod h1:2wVInNpgmC85q16QTTuwbuKxtKkHLCDDtf0dCmnrNr4=
505-
github.com/mmcdole/goxpp v1.1.0 h1:WwslZNF7KNAXTFuzRtn/OKZxFLJAAyOA9w82mDz2ZGI=
506-
github.com/mmcdole/goxpp v1.1.0/go.mod h1:v+25+lT2ViuQ7mVxcncQ8ch1URund48oH+jhjiwEgS8=
503+
github.com/mmcdole/gofeed v1.3.0 h1:5yn+HeqlcvjMeAI4gu6T+crm7d0anY85+M+v6fIFNG4=
504+
github.com/mmcdole/gofeed v1.3.0/go.mod h1:9TGv2LcJhdXePDzxiuMnukhV2/zb6VtnZt1mS+SjkLE=
505+
github.com/mmcdole/goxpp v1.1.1-0.20240225020742-a0c311522b23 h1:Zr92CAlFhy2gL+V1F+EyIuzbQNbSgP4xhTODZtrXUtk=
506+
github.com/mmcdole/goxpp v1.1.1-0.20240225020742-a0c311522b23/go.mod h1:v+25+lT2ViuQ7mVxcncQ8ch1URund48oH+jhjiwEgS8=
507507
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
508508
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
509509
github.com/moby/sys/atomicwriter v0.1.0 h1:kw5D/EqkBwsBFi0ss9v1VG3wIkVhzGvLklJ+w3A14Sw=

0 commit comments

Comments
 (0)