Skip to content

Commit

Permalink
Merge pull request #7 from Antosik/feat/uuid
Browse files Browse the repository at this point in the history
feat: update rito-news package (use uuid as article id)
  • Loading branch information
Antosik authored Jun 1, 2024
2 parents 0ff99a9 + 445355d commit c0493bb
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
@@ -1,5 +1,5 @@
require (
github.com/Antosik/rito-news v0.0.0-20240531100356-d5a28632df37
github.com/Antosik/rito-news v0.0.0-20240601105159-ee26f152ed2a
github.com/aws/aws-lambda-go v1.47.0
github.com/aws/aws-sdk-go-v2 v1.27.0
github.com/aws/aws-sdk-go-v2/config v1.27.16
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/Antosik/rito-news v0.0.0-20240531100356-d5a28632df37 h1:cEGa9MeaaU4jjuYE9X20N+BCQVDVQsqts8E8zyS60Q4=
github.com/Antosik/rito-news v0.0.0-20240531100356-d5a28632df37/go.mod h1:qcn2oIZz0JJZwV/Kupxgawn9GuQ+S945ROLU/IfcFTo=
github.com/Antosik/rito-news v0.0.0-20240601105159-ee26f152ed2a h1:OwTxBkqIGVQTm0oNfJ5rWnFgv4+NAv7tCwEY+fpM++Y=
github.com/Antosik/rito-news v0.0.0-20240601105159-ee26f152ed2a/go.mod h1:qcn2oIZz0JJZwV/Kupxgawn9GuQ+S945ROLU/IfcFTo=
github.com/PuerkitoBio/goquery v1.9.2 h1:4/wZksC3KgkQw7SQgkKotmKljk0M6V8TUvA8Wb4yPeE=
github.com/PuerkitoBio/goquery v1.9.2/go.mod h1:GHPCaP0ODyyxqcNoFGYlAprUFH81NuRPd0GX3Zu2Mvk=
github.com/andybalholm/cascadia v1.3.2 h1:3Xi6Dw5lHF15JtdcmAHD3i1+T8plmv7BQ/nsViSLyss=
Expand Down

0 comments on commit c0493bb

Please sign in to comment.