mirror of
https://github.com/rclone/rclone.git
synced 2025-12-20 18:23:31 +00:00
vendor: update all dependencies
This commit is contained in:
2
vendor/github.com/aws/aws-sdk-go/models/protocol_tests/generate.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go/models/protocol_tests/generate.go
generated
vendored
@@ -481,7 +481,7 @@ func GenerateAssertions(out interface{}, shape *api.Shape, prefix string) string
|
||||
case "timestamp":
|
||||
return fmtAssertEqual(
|
||||
fmt.Sprintf("time.Unix(%#v, 0).UTC().String()", out),
|
||||
fmt.Sprintf("%s.String()", prefix),
|
||||
fmt.Sprintf("%s.UTC().String()", prefix),
|
||||
)
|
||||
case "blob":
|
||||
return fmtAssertEqual(
|
||||
|
||||
Reference in New Issue
Block a user