From 112d5b22e551d276ba49ba6d7628dda223140f60 Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Tue, 13 Jun 2017 15:16:24 -0400 Subject: [PATCH] Replace goamz with aws-sdk-g --- ACKNOWLEDGEMENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACKNOWLEDGEMENTS.md b/ACKNOWLEDGEMENTS.md index 0e49886..07bbaa9 100644 --- a/ACKNOWLEDGEMENTS.md +++ b/ACKNOWLEDGEMENTS.md @@ -7,7 +7,7 @@ Duplicacy is based on the following open source project: |https://github.com/bkaradzic/go-lz4 | BSD-2-Clause | |https://github.com/Azure/azure-sdk-for-go | Apache-2.0 | |https://github.com/tj/go-dropbox | MIT | -|https://github.com/goamz/goamz | LGPL-3.0 with static compilation excpetions | +|https://github.com/aws/aws-sdk-go | Apache-2.0 | |https://github.com/howeyc/gopass | ISC | |https://github.com/tmc/keyring | ISC | |https://github.com/pcwizz/xattr | BSD-2-Clause |