vendor: update all dependencies
This commit is contained in:
parent
3f0789e2db
commit
08021c4636
2474 changed files with 435818 additions and 282709 deletions
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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue