go-openapi / strfmt

openapi toolkit common string formats
Apache License 2.0
102 stars 62 forks source link

Remove github.com/aws/aws-sdk-go #88

Closed kzys closed 3 years ago

kzys commented 3 years ago

The SDK is pulled due to go.mongodb.org/mongo-driver. Luckily mongo-driver has removed the SDK in https://github.com/mongodb/mongo-go-driver/pull/657. So we can remove the SDK by just upgrading go.mongodb.org/mongo-driver.

Signed-off-by: Kazuyoshi Kato katokazu@amazon.com