mirror of
https://github.com/rclone/rclone.git
synced 2025-12-23 19:53:53 +00:00
Switch to using the dep tool and update all the dependencies
This commit is contained in:
9
vendor/github.com/aws/aws-sdk-go/service/sqs/customizations.go
generated
vendored
Normal file
9
vendor/github.com/aws/aws-sdk-go/service/sqs/customizations.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package sqs
|
||||
|
||||
import "github.com/aws/aws-sdk-go/aws/request"
|
||||
|
||||
func init() {
|
||||
initRequest = func(r *request.Request) {
|
||||
setupChecksumValidation(r)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user