diff options
| author | 2026-05-02 22:08:49 +0700 | |
|---|---|---|
| committer | 2026-05-02 22:08:49 +0700 | |
| commit | 3efa6ed24713658af855c0ca9504f3e089342182 (patch) | |
| tree | e283f9f8e6bfc833b57f0b108c65e0dbc0bf8b28 /go.mod | |
| parent | 06b584d66991cc8f0aefce685b65291ad9a59901 (diff) | |
| download | web-3efa6ed24713658af855c0ca9504f3e089342182.tar.gz web-3efa6ed24713658af855c0ca9504f3e089342182.zip | |
feat: move from b2 to s3 for blog pages & facts
feat: use centralized index.json for blog pages, keep paginator as fallback
feat: multithreaded paginator
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ require ( require ( github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.23 // indirect - github.com/aws/aws-sdk-go-v2/internal/ini v1.8.6 // indirect github.com/aws/aws-sdk-go-v2/service/signin v1.0.11 // indirect github.com/aws/aws-sdk-go-v2/service/sso v1.30.17 // indirect github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.21 // indirect |