12345678910111213141516171819 |
- module s3
- go 1.20
- require (
- github.com/aws/aws-sdk-go v1.49.10
- github.com/minio/minio-go v6.0.14+incompatible
- )
- require (
- github.com/go-ini/ini v1.67.0 // indirect
- github.com/jmespath/go-jmespath v0.4.0 // indirect
- github.com/mitchellh/go-homedir v1.1.0 // indirect
- github.com/stretchr/testify v1.8.4 // indirect
- golang.org/x/crypto v0.14.0 // indirect
- golang.org/x/net v0.17.0 // indirect
- golang.org/x/sys v0.13.0 // indirect
- golang.org/x/text v0.13.0 // indirect
- )
|