mirror of https://github.com/rclone/rclone.git
vendor: patch github.com/aws/aws-sdk-go to fix the build
Temporary until https://github.com/aws/aws-sdk-go/pull/1262 is merged.
This commit is contained in:
parent
17633f5460
commit
663e6f3ec0
|
@ -1,4 +1,4 @@
|
|||
// +build !appengine
|
||||
// +build !appengine,!plan9
|
||||
|
||||
package request
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build appengine
|
||||
// +build appengine plan9
|
||||
|
||||
package request
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
// +build appengine
|
||||
// +build appengine plan9
|
||||
|
||||
package request_test
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
// +build !appengine
|
||||
// +build !appengine,!plan9
|
||||
|
||||
package request_test
|
||||
|
||||
|
|
Loading…
Reference in New Issue