Skip to content

Commit

Permalink
update nntp module to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tensai75 committed Jun 16, 2024
1 parent 136d1d5 commit c6f40d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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/Tensai75/nzb-monkey-go
go 1.19

require (
github.com/Tensai75/nntp v0.1.1
github.com/Tensai75/nntp v0.1.2
github.com/Tensai75/nzbparser v0.1.0
github.com/Tensai75/subjectparser v0.1.0
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/Tensai75/nntp v0.1.1 h1:FpHT49fGO/P78kGFAkXp0ecawMYjTDgxQkwgfSBZclg=
github.com/Tensai75/nntp v0.1.1/go.mod h1:tey0EOBjZngjCOTo8/WfMbDnzvYyyLbRtOLwvv36rG0=
github.com/Tensai75/nntp v0.1.2 h1:3OMjXYptNdkl7dY5NGhcIRiSK6dfPm96/nLms1AyFSg=
github.com/Tensai75/nntp v0.1.2/go.mod h1:tey0EOBjZngjCOTo8/WfMbDnzvYyyLbRtOLwvv36rG0=
github.com/Tensai75/nzbparser v0.1.0 h1:6RppAuWFahqu/kKjWO5Br0xuEYcxGz+XBTxYc+qvPo4=
github.com/Tensai75/nzbparser v0.1.0/go.mod h1:IUIIaeGaYp2dLAAF29BWYeKTfI4COvXaeQAzQiTOfMY=
github.com/Tensai75/subjectparser v0.1.0 h1:6fEWnRov8lDHxJS2EWqY6VonwYfrIRN+k8h8H7fFwHA=
Expand Down

0 comments on commit c6f40d5

Please sign in to comment.