summaryrefslogtreecommitdiff
path: root/go.mod
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-04-15 16:31:54 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-04-15 16:31:54 +0700
commitab557dd4df732c5d461bf7015f9eb0e761c982b7 (patch)
tree5f34d9ffae459c559f7246fbd514a08a88e97d6d /go.mod
parent66b2a96fcca113105043be3cb9c49f8ee7fe240c (diff)
downloadweb-ab557dd4df732c5d461bf7015f9eb0e761c982b7.tar.gz
web-ab557dd4df732c5d461bf7015f9eb0e761c982b7.zip
feat: add usepathstyle flag for s3 config
refactor: use aws-sdk-go-v2/config package for configuring s3 client
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 228e579..373095d 100644
--- a/go.mod
+++ b/go.mod
@@ -18,9 +18,19 @@ require (
)
require (
+ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.21 // 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.9 // indirect
+ github.com/aws/aws-sdk-go-v2/service/sso v1.30.15 // indirect
+ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.19 // indirect
+ github.com/aws/aws-sdk-go-v2/service/sts v1.41.10 // indirect
+)
+
+require (
github.com/andybalholm/brotli v1.2.1 // indirect
github.com/aws/aws-sdk-go-v2 v1.41.5 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8 // indirect
+ github.com/aws/aws-sdk-go-v2/config v1.32.14
github.com/aws/aws-sdk-go-v2/credentials v1.19.14 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.21 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.21 // indirect