From 0f1a87707733a206f043efa545d123c3e3159ae2 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 13 Mar 2024 00:42:36 +0200 Subject: [PATCH 1/2] fix: Add aws-encryption-sdk-go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c71a61215..f124380aaa 100644 --- a/README.md +++ b/README.md @@ -2521,6 +2521,7 @@ _Libraries for accessing third party APIs._ - [amazon-product-advertising-api](https://github.com/ngs/go-amazon-product-advertising-api) - Go Client Library for [Amazon Product Advertising API](https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html). - [anaconda](https://github.com/ChimeraCoder/anaconda) - Go client library for the Twitter 1.1 API. - [appstore-sdk-go](https://github.com/Kachit/appstore-sdk-go) - Unofficial Golang SDK for AppStore Connect API. +- [aws-encryption-sdk-go](https://github.com/chainifynet/aws-encryption-sdk-go) - Unofficial Go SDK implementation of the [AWS Encryption SDK](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/index.html). - [aws-sdk-go](https://github.com/aws/aws-sdk-go-v2) - The official AWS SDK for the Go programming language. - [bqwriter](https://github.com/OTA-Insight/bqwriter) - High Level Go Library to write data into [Google BigQuery](https://cloud.google.com/bigquery) at a high throughout. - [brewerydb](https://github.com/naegelejd/brewerydb) - Go library for accessing the BreweryDB API. From a5e0c940bcb06922409b08ad3e61cf5f3c0310af Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 13 Mar 2024 01:26:47 +0200 Subject: [PATCH 2/2] fix: deleted amazon-product-advertising-api --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f124380aaa..88a2d401c7 100644 --- a/README.md +++ b/README.md @@ -2518,7 +2518,6 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A _Libraries for accessing third party APIs._ - [airtable](https://github.com/mehanizm/airtable) - Go client library for the [Airtable API](https://airtable.com/api). -- [amazon-product-advertising-api](https://github.com/ngs/go-amazon-product-advertising-api) - Go Client Library for [Amazon Product Advertising API](https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html). - [anaconda](https://github.com/ChimeraCoder/anaconda) - Go client library for the Twitter 1.1 API. - [appstore-sdk-go](https://github.com/Kachit/appstore-sdk-go) - Unofficial Golang SDK for AppStore Connect API. - [aws-encryption-sdk-go](https://github.com/chainifynet/aws-encryption-sdk-go) - Unofficial Go SDK implementation of the [AWS Encryption SDK](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/index.html).