-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from Antosik/feat/update-november
Feat: Little refactor
- Loading branch information
Showing
36 changed files
with
345 additions
and
815 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,36 @@ | ||
module github.com/Antosik/rito-news-feeds | ||
|
||
go 1.23 | ||
|
||
toolchain go1.23.2 | ||
|
||
require ( | ||
github.com/Antosik/rito-news v0.0.0-20240724023344-14f1f3a6bb77 | ||
github.com/Antosik/rito-news v0.0.0-20241107134709-fcecf71538fb | ||
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 | ||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.21 | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.3 | ||
github.com/aws/aws-sdk-go-v2 v1.32.4 | ||
github.com/aws/aws-sdk-go-v2/config v1.28.2 | ||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.36 | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.3 | ||
) | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.9.2 // indirect | ||
github.com/PuerkitoBio/goquery v1.10.0 // indirect | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.16 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.20.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.28.10 // indirect | ||
github.com/aws/smithy-go v1.20.2 // indirect | ||
github.com/go-rod/rod v0.116.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.43 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.19 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.23 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.23 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.23 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.24.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.32.4 // indirect | ||
github.com/aws/smithy-go v1.22.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/ysmood/fetchup v0.2.4 // indirect | ||
github.com/ysmood/goob v0.4.0 // indirect | ||
github.com/ysmood/got v0.39.5 // indirect | ||
github.com/ysmood/gson v0.7.3 // indirect | ||
github.com/ysmood/leakless v0.8.0 // indirect | ||
golang.org/x/net v0.25.0 // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
) | ||
|
||
replace gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.2.8 | ||
|
||
module github.com/Antosik/rito-news-feeds | ||
|
||
go 1.21 | ||
|
||
toolchain go1.22.3 |
Oops, something went wrong.